Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGManagedResource
Syntax
UPROPERTY (VisibleAnywhere, Category=GeneratedData, Meta=(NoResetToDefault))
bool bMarkedTransientOnLoad
Remarks
Resources on a Load-as-preview component are marked as 'transient on load'; these resources must not be affected in any permanent way in order to make sure they are not serialized in a different state if their outer is saved. These resources will generally have a different Release path, and will be managed differently from the PCG component as well. Note that this flag will be reset if there is a transient state change originating from the component, which might trigger resource deletion, flags change, etc.