Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity
| Name | UMetaHumanIdentityCameraFrame |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityPromotedFrames.h |
| Include Path | #include "MetaHumanIdentityPromotedFrames.h" |
Syntax
UCLASS (MinimalAPI)
class UMetaHumanIdentityCameraFrame : public UMetaHumanIdentityPromotedFrame
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMetaHumanIdentityPromotedFrame → UMetaHumanIdentityCameraFrame
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanIdentityCameraFrame() |
MetaHumanIdentityPromotedFrames.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraViewFOV | float | The Camera FoV from when the view was promoted | MetaHumanIdentityPromotedFrames.h |
|
| FixedEV100 | float | The EV100 value to used for this promoted frame | MetaHumanIdentityPromotedFrames.h |
|
| LookAtLocation | FVector | The current camera LookAt position for this Promoted Frame | MetaHumanIdentityPromotedFrames.h |
|
| ViewLocation | FVector | The current camera location for this Promoted Frame | MetaHumanIdentityPromotedFrames.h |
|
| ViewMode | TEnumAsByte< EViewModeIndex > | The View Mode from when the frame was promoted | MetaHumanIdentityPromotedFrames.h |
|
| ViewRotation | FRotator | The current camera rotation for this Promoted Frame | MetaHumanIdentityPromotedFrames.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCameraTransformChangedDelegate | FSimpleDelegate | Delegate called when one of the camera transform parameters changes | MetaHumanIdentityPromotedFrames.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetCameraTransform() |
Returns the viewport transform as a FTransform object | MetaHumanIdentityPromotedFrames.h | |
FMinimalViewInfo GetMinimalViewInfo() |
Returns the minimal view info for this camera frame | MetaHumanIdentityPromotedFrames.h | |
FSimpleDelegate & OnCameraTransformChanged() |
MetaHumanIdentityPromotedFrames.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
MetaHumanIdentityPromotedFrames.h |