Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include | #include "BoneContainer.h" |
Syntax
struct FCachedSkeletonCurveMapping
Remarks
An array of cached curve remappings. This is used to remap curves between skeletons. It is used in the FBoneContainer and is generated using a lazy approach.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDirty | The mapping table used for mapping curves. | |
| TArray< SmartName::UID_Type > | UIDToArrayIndices |