Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterPipelineSpeci-
Description
Given a virtual or real slot name, returns the real slot that it resolves to.
If the slot name is not found, the return value will be unset.
| Name | ResolveRealSlotName |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterPipelineSpecification.h |
| Include Path | #include "MetaHumanCharacterPipelineSpecification.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCharacterPipelineSpecification.cpp |
TOptional < FName > ResolveRealSlotName
(
FName SlotName
) const