Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor > API/Plugins/MetaHumanCharacterEditor/UMetaHumanCharacterEditorSubsyst-
Description
Provides read-only access to the current face editing state.
If edits have been made since the last call to CommitFaceState, this will be different from Character's stored face state.
| Name | GetFaceState |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path | #include "MetaHumanCharacterEditorSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Private/MetaHumanCharacterEditorSubsystem.cpp |
TSharedRef < const FMetaHumanCharacterIdentity::FState > GetFaceState
(
TNotNull< const UMetaHumanCharacter * > InCharacter
) const