Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity
| Name | UMetaHumanIdentityViewportSettings |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityViewportSettings.h |
| Include Path | #include "MetaHumanIdentityViewportSettings.h" |
Syntax
UCLASS (MinimalAPI)
class UMetaHumanIdentityViewportSettings : public UMetaHumanViewportSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanViewportSettings → UMetaHumanIdentityViewportSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanIdentityViewportSettings() |
MetaHumanIdentityViewportSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SelectedTreeNode | EIdentityTreeNodeIdentifier | MetaHumanIdentityViewportSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IdentityPosesState | TMap< EIdentityPoseType, FMetaHumanIdentityPoseState > | MetaHumanIdentityViewportSettings.h |
|
|
| IdentityViewportState | TMap< EABImageViewMode, FMetaHumanIdentityABViewportState > | MetaHumanIdentityViewportSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrameTime GetFrameTimeForPose
(
EIdentityPoseType InPoseType |
MetaHumanIdentityViewportSettings.h |
|
|
int32 GetSelectedPromotedFrame
(
EIdentityPoseType InPoseType |
MetaHumanIdentityViewportSettings.h |
|
|
bool IsCurrentPoseVisible
(
EABImageViewMode InView |
MetaHumanIdentityViewportSettings.h |
|
|
bool IsTemplateMeshVisible
(
EABImageViewMode InView |
MetaHumanIdentityViewportSettings.h |
|
|
void SetFrameTimeForPose
(
EIdentityPoseType InPoseType, |
MetaHumanIdentityViewportSettings.h |
|
|
void SetSelectedPromotedFrame
(
EIdentityPoseType InPoseType, |
MetaHumanIdentityViewportSettings.h |
|
|
void ToggleCurrentPoseVisibility
(
EABImageViewMode InView |
MetaHumanIdentityViewportSettings.h |
|
|
void ToggleTemplateMeshVisibility
(
EABImageViewMode InView |
MetaHumanIdentityViewportSettings.h |
|