Need help with FScriptArray and filling it with TArray data
I am trying to load data from a file into a blueprint TArray variable. I dont know how to cast the TArray to FScriptArray correctly or is that the issue?
When arrayProp->SetPropertyValue_InContainer(target, sArray); is called I get void operator=(const FScriptArray&) { check(false); } failing from ScriptsArray.h Im on 4.19
(comments are locked)
|
I also encountered this problem. Have you solved it?
(comments are locked)
|
Your answer
Follow this question
Once you sign in you will be able to subscribe for any updates here