Navigation
API > API/Plugins > API/Plugins/MetaHumanLocalLiveLinkSource
| Name | UMetaHumanVideoBaseLiveLinkSubjectSettings |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLocalLiveLinkSource/Public/MetaHumanVideoBaseLiveLinkSubjectSettings.h |
| Include Path | #include "MetaHumanVideoBaseLiveLinkSubjectSettings.h" |
Syntax
UCLASS (BlueprintType)
class UMetaHumanVideoBaseLiveLinkSubjectSettings : public UMetaHumanLocalLiveLinkSubjectSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSubjectSettings → ULiveLinkHubSubjectSettings → UMetaHumanLiveLinkSubjectSettings → UMetaHumanLocalLiveLinkSubjectSettings → UMetaHumanVideoBaseLiveLinkSubjectSettings
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanVideoBaseLiveLinkSubjectSettings() |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHeadOrientation | bool | When enabled the rotational orientation of the head is output. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| bHeadStabilization | bool | Reduces noise in head position and orientation. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| bHeadTranslation | bool | When enabled, and a neutral head position has been set, the position of the head is output. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| Confidence | FString | A confidence value produced by the processing between 0 (poor) and 1 (good). | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| Dropping | FString | Whether video frames are being dropped because they can not be processed fast enough. | MetaHumanVideoBaseLiveLinkSubjectSettings.h | |
| FocalLength | double | The focal length of the video being processed. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| MonitorImage | EHyprsenseRealtimeNodeDebugImage | Shows the video being processed. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| MonitorImageSize | FVector2D | Size of the widget showing the video being processed. | MetaHumanVideoBaseLiveLinkSubjectSettings.h | |
| Resolution | FString | The resolution of the video being processed. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
| Rotation | EMetaHumanVideoRotation | Allows for the input video to be rotated by 90, 180, or 270 degrees prior to processing. | MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetHeadOrientation
(
bool& HeadOrientation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void GetHeadStabilization
(
bool& HeadStabilization |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void GetHeadTranslation
(
bool& HeadTranslation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void GetMonitorImage
(
EHyprsenseRealtimeNodeDebugImage& OutMonitorImage |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void GetRotation
(
EMetaHumanVideoRotation& OutRotation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void SetHeadOrientation
(
bool HeadOrientation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void SetHeadStabilization
(
bool HeadStabilization |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void SetHeadTranslation
(
bool HeadTranslation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void SetMonitorImage
(
EHyprsenseRealtimeNodeDebugImage InMonitorImage |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
|
void SetRotation
(
EMetaHumanVideoRotation InRotation |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
|
Overridden from UMetaHumanLiveLinkSubjectSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CaptureNeutralHeadPose() |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
MetaHumanVideoBaseLiveLinkSubjectSettings.h |