UDN: [Link Removed]
class LEVELSTREAMINGPERSISTENCE_API ILevelStreamingPersistInterface { GENERATED_IINTERFACE_BODY() public: virtual bool ShouldPersistProperty(const FProperty* Property) const { return true; } virtual void PostRestorePersistedProperty(const FProperty* Property) { } virtual void PostRestorePersistedProperties(const TArray<const FProperty*>& Properties) { } };
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-203334 in the post.