Navigation
API > API/Plugins > API/Plugins/RigLogicModule
Controls whether SetDNAReader takes ownership of an independent copy of the source reader or aliases the input shared pointer directly.
Copy (default): the asset performs a deep copy of the source reader. This isolates the asset from caller-side mutation.
Alias: the asset stores the input TSharedPtr
| Name | EDNACopyPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNACommon.h |
| Include Path | #include "DNACommon.h" |
Syntax
enum EDNACopyPolicy
{
Copy,
Alias,
}
Values
| Name | Remarks |
|---|---|
| Copy | |
| Alias |