Navigation
API > API/Plugins > API/Plugins/MetaHumanCore
| Name | UMetaHumanViewportSettings |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/MetaHumanViewportSettings.h |
| Include Path | #include "MetaHumanViewportSettings.h" |
Syntax
UCLASS (MinimalAPI)
class UMetaHumanViewportSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanViewportSettings
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanViewportSettings() |
MetaHumanViewportSettings.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnMetaHumanViewportSettingsChanged | TMulticastDelegate_NoParams< void > | MetaHumanViewportSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraState | FMetaHumanViewportCameraState | MetaHumanViewportSettings.h |
|
|
| CurrentViewMode | EABImageViewMode | MetaHumanViewportSettings.h |
|
|
| DepthFar | float | MetaHumanViewportSettings.h |
|
|
| DepthNear | float | MetaHumanViewportSettings.h |
|
|
| OnSettingsChangedDelegate | FOnMetaHumanViewportSettingsChanged | MetaHumanViewportSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetEV100
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
EViewModeIndex GetViewModeIndex
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsDepthMeshVisible
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsFootageVisible
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsShowingControlVertices
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsShowingCurves
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsShowingSingleView() |
MetaHumanViewportSettings.h |
|
|
bool IsShowingUndistorted
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
bool IsSkeletalMeshVisible
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void NotifySettingsChanged() |
Calls OnSettingsChangedDelegate to notify that something changed | MetaHumanViewportSettings.h | |
void SetEV100
(
EABImageViewMode InView, |
MetaHumanViewportSettings.h |
|
|
void SetViewModeIndex
(
EABImageViewMode InView, |
MetaHumanViewportSettings.h |
|
|
void ToggleDepthMeshVisibility
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void ToggleDistortion
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void ToggleFootageVisibility
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void ToggleShowControlVertices
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void ToggleShowCurves
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
|
void ToggleSkeletalMeshVisibility
(
EABImageViewMode InView |
MetaHumanViewportSettings.h |
|
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
MetaHumanViewportSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float GetDefaultViewportBrightness() |
Returns 0 if using ExtendDefaultLuminanceRange and 1 otherwise | MetaHumanViewportSettings.h | |
static bool IsExtendDefaultLuminanceRangeEnabled() |
Returns true if the luminance range variable is enabled | MetaHumanViewportSettings.h |