Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanCrowdAppearanceProvide-
Description
Called when an entity that was assigned an appearance by this provider is despawned.
Does not fire for temporary LOD-driven invisibility, only when the entity itself is destroyed.
| Name | OnEntityDespawned |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Public/Mass/MetaHumanCrowdAppearanceProvider.h |
| Include Path | #include "Mass/MetaHumanCrowdAppearanceProvider.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, Category="MetaHuman|Crowd")
void OnEntityDespawned
(
UMetaHumanMassRepresentationSubsystem * Subsystem,
FMetaHumanCrowdAppearanceHandle Handle
)