Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentity
Description
Looks for a Part of the given class in the array of parts. Creates and return a new one if not found
| Name | GetOrCreatePartOfClass |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentity.h |
| Include Path | #include "MetaHumanIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentity.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Parts")
UMetaHumanIdentityPart * GetOrCreatePartOfClass
(
TSubclassOf < class UMetaHumanIdentityPart > InPartClass
)