Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include | #include "BoneContainer.h" |
Syntax
struct FVirtualBoneCompactPoseData
Remarks
This is a native transient structure. Used to store virtual bone mappings for compact poses
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCompactPoseBoneIndex | SourceIndex | Index of source bone | |
| FCompactPoseBoneIndex | TargetIndex | Index of target bone | |
| FCompactPoseBoneIndex | VBIndex | Index of this virtual bone |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVirtualBoneCompactPoseData
(
FCompactPoseBoneIndex InVBIndex, |