Navigation
API > API/Runtime > API/Runtime/AnimationCore
| Name | TCompactPoseBoneIndexMapKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneIndices.h |
| Include Path | #include "BoneIndices.h" |
Syntax
template<typename ValueType>
struct TCompactPoseBoneIndexMapKeyFuncs : public TDefaultMapKeyFuncs< const FCompactPoseBoneIndex, ValueType, false >
Inheritance Hierarchy
- BaseKeyFuncs → TDefaultMapKeyFuncs → TCompactPoseBoneIndexMapKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
FCompactPoseBoneIndex const& Key |
BoneIndices.h | ||
static FCompactPoseBoneIndex GetSetKey
(
TPair< FCompactPoseBoneIndex, ValueType > const& Element |
BoneIndices.h | ||
static bool Matches
(
FCompactPoseBoneIndex const& A, |
BoneIndices.h |