Navigation
API > API/Plugins > API/Plugins/RigLogicModule > API/Plugins/RigLogicModule/UDNAAsset
Syntax
UPROPERTY (EditAnywhere, Category=RuntimeSettings)
bool bKeepDNAAfterInitialization
Remarks
In non-editor builds, the DNA source data will be unloaded to save memory after the runtime data has been initialized from it.
Set this property to true to keep the DNA in memory, e.g. if you need to modify it at runtime. For most use cases, this shouldn't be needed.