I want to have a UPORPERTY in an DataAsset that is an array of custom USTRUCT. Now I can successfully construct and assign TArray of primitive types using the native python array, but I have trouble instantiating any object of USTRUCT type. Some other post said after enabling the developer mode I can call unreal.MyCustomStruct()
directly but I found it no luck. Does anyone have previous experience on this?
1 Like