PostInitProperties funcitonality for a USTRUCT

Use the UCLASS approach and mark it as UCLASS( Blueprintable, DefaultToInstanced, EditInlineNew ). Define your TestArray as UPROPERTY( Instanced, EditAnywhere ). Should get you all the benefits.
You may find additional information in the code-definition of those macros and on answerhub ;D though, setting to defaults and saving may be some fiddling…

1 Like