![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BoneIndices.h>
Inheritance diagram for TCompactPoseBoneIndexMapKeyFuncs< ValueType >:Static Public Member Functions | |
| static FCompactPoseBoneIndex | GetSetKey (TPair< FCompactPoseBoneIndex, ValueType > const &Element) |
| static uint32 | GetKeyHash (FCompactPoseBoneIndex const &Key) |
| static bool | Matches (FCompactPoseBoneIndex const &A, FCompactPoseBoneIndex const &B) |
Static Public Member Functions inherited from TDefaultMapKeyFuncs< const FCompactPoseBoneIndex, ValueType, false > | |
| static UE_FORCEINLINE_HINT KeyInitType | GetSetKey (ElementInitType Element) |
| static UE_FORCEINLINE_HINT bool | Matches (KeyInitType A, KeyInitType B) |
| static UE_FORCEINLINE_HINT bool | Matches (KeyInitType A, ComparableKey B) |
| static UE_FORCEINLINE_HINT uint32 | GetKeyHash (KeyInitType Key) |
| static UE_FORCEINLINE_HINT uint32 | GetKeyHash (ComparableKey Key) |
Additional Inherited Members | |
Public Types inherited from TDefaultMapKeyFuncs< const FCompactPoseBoneIndex, ValueType, false > | |
| typedef TTypeTraits< const FCompactPoseBoneIndex >::ConstPointerType | KeyInitType |
| typedef const TPairInitializer< typename TTypeTraits< const FCompactPoseBoneIndex >::ConstInitType, typename TTypeTraits< ValueType >::ConstInitType > & | ElementInitType |
Public Types inherited from BaseKeyFuncs< ElementType, InKeyType, bInAllowDuplicateKeys > | |
| enum | { bAllowDuplicateKeys = bInAllowDuplicateKeys } |
| typedef InKeyType | KeyType |
| typedef TCallTraits< InKeyType >::ParamType | KeyInitType |
| typedef TCallTraits< ElementType >::ParamType | ElementInitType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |