Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SearchType * FindPartOfClass () |
Searches for a Part of the given class in the array of parts. | MetaHumanIdentity.h | |
UMetaHumanIdentityPart * FindPartOfClass
(
TSubclassOf< class UMetaHumanIdentityPart > InPartClass |
Looks for a Part of the given class in the array of parts. Returns nullptr if no Part was found | MetaHumanIdentity.h |
|
FindPartOfClass()
Description
Searches for a Part of the given class in the array of parts. The class being searched must be a child of UMetaHumanIdentityPart.
| Name | FindPartOfClass |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentity.h |
| Include Path | #include "MetaHumanIdentity.h" |
template<typename SearchType>
SearchType * FindPartOfClass() const
FindPartOfClass(TSubclassOf< class UMetaHumanIdentityPart >)
Description
Looks for a Part of the given class in the array of parts. Returns nullptr if no Part was found
| Name | FindPartOfClass |
| 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 * FindPartOfClass
(
TSubclassOf < class UMetaHumanIdentityPart > InPartClass
) const