Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | FCachedSkeletonCurveMapping |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include Path | #include "BoneContainer.h" |
Syntax
struct FCachedSkeletonCurveMapping
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDirty | bool | The mapping table used for mapping curves. | BoneContainer.h | |
| UIDToArrayIndices | TArray< SmartName::UID_Type > | BoneContainer.h |