Skip to content

Packaged Game cannot resolve List of Pure BP Structs #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
error454 opened this issue Apr 20, 2020 · 0 comments
Open

Packaged Game cannot resolve List of Pure BP Structs #41

error454 opened this issue Apr 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@error454
Copy link
Collaborator

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.

@error454 error454 added the bug Something isn't working label Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant