Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd
Identifies a (head, equipped-grooms) combination that drives a unique face MIC set.
EquippedGrooms is sorted by slot name for stable hashing and equality. A default-constructed EquippedGroomKey means "no groom equipped in this slot".
Built by the editor pipeline by enumerating across face-affecting slots, looked up at runtime by AssembleCollection to share face MaterialInterface pointers across UMetaHumanInstances.
| Name | FMetaHumanCrowdFaceMICComboKey |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Public/MetaHumanCrowdPipeline.h |
| Include Path | #include "MetaHumanCrowdPipeline.h" |
Syntax
USTRUCT ()
struct FMetaHumanCrowdFaceMICComboKey
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EquippedGrooms | TArray< FMetaHumanCrowdFaceMICComboSlot > | MetaHumanCrowdPipeline.h | ||
| HeadKey | FMetaHumanPaletteItemKey | MetaHumanCrowdPipeline.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FMetaHumanCrowdFaceMICComboKey& Other |
MetaHumanCrowdPipeline.h |