Navigation
API > API/Plugins > API/Plugins/RigLogicModule
Controls whether SetDNAReader rebuilds the RigLogic runtime context. Use Defer when SetDNAReader is immediately followed by another mutation (e.g. RestoreLegacyUEMHCCompatibility) that will rebuild the context anyway, to avoid the wasted FRigLogic construction.
| Name | ERigLogicInitPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNACommon.h |
| Include Path | #include "DNACommon.h" |
Syntax
enum ERigLogicInitPolicy
{
Initialize,
Defer,
}
Values
| Name | Remarks |
|---|---|
| Initialize | |
| Defer |