EpicSkookumScript / EpicSkookumScript/SkookumScript-Plugin
Packaged Game cannot resolve List of Pure BP Structs
Abierto
bug
- Lenguaje dominante
- C++
- Estrellas
- 138
- Forks
- 22
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**UE4 Version**
4.24.3
**SkookumScript Version**
4.24.03
**Describe the bug**
Trying to access a list of struct defined in BP fails in a packaged game.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a struct in BP
2. Add a List of this struct to a BP
3. Try to access the (add/remove) from the list in sk
Replacing the struct with a C++ struct works.
**Expected behavior**
BP based lists of structs can be modified in sk.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.