Navigation
API > API/Plugins > API/Plugins/RigLogicModule
References
| Module | RigLogicModule |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/SharedRigRuntimeContext.h |
| Include | #include "SharedRigRuntimeContext.h" |
Syntax
struct FSharedRigRuntimeContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDNAReader > | BehaviorReader | Redundant but stored here as well so the runtime context can be updated / queried atomically. | |
| TSharedPtr< FRigLogic > | RigLogic | RigLogic itself is stateless, and is designed to be shared between multiple rig instances based on the same DNA. | |
| TArray< TNestedArray< uint16 > > | VariableJointIndicesPerLOD | Cached joint indices that need to be updated for each LOD |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TNestedArray |