Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanMassRepresentationSubs-
Description
Register a UMetaHumanInstance with the appearance registry.
If the MHI hasn't been assembled yet, it will be assembled synchronously.
Repeated calls with the same MHI return the same handle.
| Name | RegisterInstance |
| 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 RegisterInstance
(
UMetaHumanInstance * Instance
)