Could moving TSharedPtr<FJsonObject> ScriptJsonObject higher up in the scope fix this? TRy moving it to a UPROPERTY in the header and then recycle it during the ParseConversationScript.
1 Like
Could moving TSharedPtr<FJsonObject> ScriptJsonObject higher up in the scope fix this? TRy moving it to a UPROPERTY in the header and then recycle it during the ParseConversationScript.