Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
| Name | TMetaHumanItemPathMapEditor |
| 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 TMetaHumanItemPathMapEditor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMetaHumanItemPathMapEditor
(
TArray< PairType >& InSortedElements |
MetaHumanItemPathMap.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SortedElements | TArray< PairType > & | MetaHumanItemPathMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & Add
(
const FMetaHumanPaletteItemPath& ItemPath, |
MetaHumanItemPathMap.h | ||
ValueType & Add
(
const FMetaHumanPaletteItemPath& ItemPath, |
MetaHumanItemPathMap.h | ||
void Append
(
TMetaHumanItemPathMapEditor< PairType, ValueType >&& SourceEditor |
MetaHumanItemPathMap.h | ||
void Empty
(
int32 Slack |
MetaHumanItemPathMap.h | ||
ValueType & FindOrAdd
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
void PostSerialize
(
const FArchive& Ar |
MetaHumanItemPathMap.h | ||
void RemoveItemsByBasePath
(
const FMetaHumanPaletteItemPath& BasePath |
MetaHumanItemPathMap.h | ||
void RemoveSingleItem
(
const FMetaHumanPaletteItemPath& ItemPath |
MetaHumanItemPathMap.h | ||
TMetaHumanItemPathMapView< PairType, ValueType > View() |
MetaHumanItemPathMap.h |