Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
| Name | TMetaHumanItemPathMapView |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanItemPathMap.h |
| Include Path | #include "MetaHumanItemPathMap.h" |
Syntax
template<typename PairType, typename ValueType>
class TMetaHumanItemPathMapView
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetaHumanItemPathMap.h | |||
TMetaHumanItemPathMapView
(
TConstArrayView< PairType > InSortedElements |
MetaHumanItemPathMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SortedElements | TConstArrayView< PairType > | MetaHumanItemPathMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
TMetaHumanItemPathMapView< PairType, ValueType > FilterByBasePath
(
const FMetaHumanPaletteItemPath& BasePath |
MetaHumanItemPathMap.h | ||
const ValueType * Find
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
int32 IndexOf
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
int32 IndexOfChecked
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
bool TryFindRangeForBasePath
(
const FMetaHumanPaletteItemPath& BasePath, |
MetaHumanItemPathMap.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ValueType & operator[]
(
const FMetaHumanPaletteItemPath& Key |
MetaHumanItemPathMap.h |