Navigation
API > API/Runtime > API/Runtime/AnimationCore
This represents a skeleton bone index which may differ from the skeletal mesh bone index it corresponds to.
| Name | FSkeletonPoseBoneIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneIndices.h |
| Include Path | #include "BoneIndices.h" |
Syntax
struct FSkeletonPoseBoneIndex : public FBoneIndexBase
Inheritance Hierarchy
- FBoneIndexBase → FSkeletonPoseBoneIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSkeletonPoseBoneIndex
(
int32 InBoneIndex |
BoneIndices.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSkeletonPoseBoneIndex & operator--() |
BoneIndices.h | ||
FSkeletonPoseBoneIndex & operator++() |
BoneIndices.h | ||
FSkeletonPoseBoneIndex & operator=
(
const FSkeletonPoseBoneIndex& Rhs |
BoneIndices.h |