Navigation
Unreal Engine C++ API Reference > Runtime > AnimationCore
Inheritance Hierarchy
- FBoneIndexBase
- FBoneIndexWithOperators
- FCompactPoseBoneIndex
- FMeshPoseBoneIndex
- FSkeletonPoseBoneIndex
References
Module | AnimationCore |
Header | /Engine/Source/Runtime/AnimationCore/Public/BoneIndices.h |
Include | #include "BoneIndices.h" |
Syntax
template<class RealBoneIndexType>
struct FBoneIndexWithOperators : public FBoneIndexBase
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
RealBoneIndexType & | operator-- () |
|
![]() |
RealBoneIndexType & | operator++ () |
|
![]() |
const RealBoneIndexType & | operator=
(
const RealBoneIndexType& Rhs |