Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanMassRepresentationSubs-
Description
Mark a handle obtained from RegisterInstance as no longer needed.
If no entities are currently using this appearance the underlying registration is released immediately, otherwise release is deferred until the last entity carrying this appearance is destroyed.
After this call the handle is no longer guaranteed to be valid.
| Name | UnregisterInstance |
| 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")
void UnregisterInstance
(
FMetaHumanCrowdAppearanceHandle Handle
)