Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanMassRepresentationSubs-
Description
Look up the appearance handle for an already-registered MetaHuman Instance.
Returns an invalid handle if the MHI is not currently registered with the subsystem, or if the registered entry has been marked for release.
| Name | TryGetAppearanceHandleForInstance |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Public/Mass/MetaHumanMassRepresentationSubsystem.h |
| Include Path | #include "Mass/MetaHumanMassRepresentationSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Private/Mass/MetaHumanMassRepresentationSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Crowd")
FMetaHumanCrowdAppearanceHandle TryGetAppearanceHandleForInstance
(
UMetaHumanInstance * Instance
) const