Navigation
API > API/Plugins > API/Plugins/PoseSearch
Compact representation of an array of arrays
| Name | FSparsePoseMultiMap |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchIndex.h |
| Include Path | #include "PoseSearch/PoseSearchIndex.h" |
Syntax
template<typename Type>
struct FSparsePoseMultiMap
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PoseSearch/PoseSearchIndex.h | |||
FSparsePoseMultiMap
(
const FSparsePoseMultiMap& Other |
PoseSearch/PoseSearchIndex.h | ||
FSparsePoseMultiMap
(
FSparsePoseMultiMap&& Other |
PoseSearch/PoseSearchIndex.h | ||
FSparsePoseMultiMap
(
Type InMaxKey, |
PoseSearch/PoseSearchIndex.h | ||
FSparsePoseMultiMap
(
TConstArrayView< TPair< Type, TArray< Type > > > Pairs, |
PoseSearch/PoseSearchIndex.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSparsePoseMultiMap() |
PoseSearch/PoseSearchIndex.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataValues | TArray< Type > | PoseSearch/PoseSearchIndex.h | ||
| DeltaKeyValue | Type | PoseSearch/PoseSearchIndex.h | ||
| MaxKey | Type | PoseSearch/PoseSearchIndex.h | ||
| MaxValue | Type | PoseSearch/PoseSearchIndex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
PoseSearch/PoseSearchIndex.h | ||
void Init
(
Type InMaxKey, |
PoseSearch/PoseSearchIndex.h | ||
| PoseSearch/PoseSearchIndex.h | |||
void Insert
(
Type Key, |
PoseSearch/PoseSearchIndex.h | ||
Type Num() |
PoseSearch/PoseSearchIndex.h | ||
void Reset() |
PoseSearch/PoseSearchIndex.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< Type > operator[]
(
Type Key |
PoseSearch/PoseSearchIndex.h | ||
FSparsePoseMultiMap & operator=
(
const FSparsePoseMultiMap& Other |
PoseSearch/PoseSearchIndex.h | ||
FSparsePoseMultiMap & operator=
(
FSparsePoseMultiMap&& Other |
PoseSearch/PoseSearchIndex.h | ||
bool operator==
(
const FSparsePoseMultiMap& Other |
PoseSearch/PoseSearchIndex.h |