Navigation
API > API/Plugins > API/Plugins/MetaHumanLiveLinkSource
| Name | UMetaHumanLiveLinkSubjectSettings |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLiveLinkSource/Public/MetaHumanLiveLinkSubjectSettings.h |
| Include Path | #include "MetaHumanLiveLinkSubjectSettings.h" |
Syntax
UCLASS (BlueprintType)
class UMetaHumanLiveLinkSubjectSettings : public ULiveLinkHubSubjectSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSubjectSettings → ULiveLinkHubSubjectSettings → UMetaHumanLiveLinkSubjectSettings
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanLiveLinkSubjectSettings() |
MetaHumanLiveLinkSubjectSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | MetaHumanLiveLinkSubjectSettings.h |
|
|
| bIsLiveProcessing | bool | The bIsLiveProcessing flag will be set to true when the settings are being used by a subject that is producing live data. | MetaHumanLiveLinkSubjectSettings.h |
|
| CaptureNeutralFrameCountdown | int32 | MetaHumanLiveLinkSubjectSettings.h |
|
|
| CaptureNeutralHeadPoseCountdown | int32 | MetaHumanLiveLinkSubjectSettings.h |
|
|
| CaptureNeutralHeadTranslationCountdown | int32 | MetaHumanLiveLinkSubjectSettings.h |
|
|
| CaptureNeutralsProperty | int32 | MetaHumanLiveLinkSubjectSettings.h |
|
|
| NeutralFrame | TArray< float > | MetaHumanLiveLinkSubjectSettings.h |
|
|
| NeutralHeadOrientation | FRotator | Head orientation. | MetaHumanLiveLinkSubjectSettings.h |
|
| NeutralHeadPoseInverse | FTransform | MetaHumanLiveLinkSubjectSettings.h | ||
| NeutralHeadTranslation | FVector | Head translation. | MetaHumanLiveLinkSubjectSettings.h |
|
| Parameters | TObjectPtr< UMetaHumanRealtimeSmoothingParams > | Smoothing. | MetaHumanLiveLinkSubjectSettings.h |
|
| Properties | TArray< FName > | Calibration. | MetaHumanLiveLinkSubjectSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Calibration | TSharedPtr< FMetaHumanRealtimeCalibration > | MetaHumanLiveLinkSubjectSettings.h | ||
| LastTime | double | MetaHumanLiveLinkSubjectSettings.h | ||
| Smoothing | TSharedPtr< FMetaHumanRealtimeSmoothing > | MetaHumanLiveLinkSubjectSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CaptureNeutralFrame() |
MetaHumanLiveLinkSubjectSettings.h |
|
|
virtual void CaptureNeutralHeadPose() |
MetaHumanLiveLinkSubjectSettings.h |
|
|
virtual void CaptureNeutralHeadTranslation() |
MetaHumanLiveLinkSubjectSettings.h | ||
virtual void CaptureNeutrals() |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void GetCalibrationAlpha
(
float& OutAlpha |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void GetCalibrationNeutralFrame
(
TArray< float >& OutNeutralFrame |
MetaHumanLiveLinkSubjectSettings.h |
|
|
| MetaHumanLiveLinkSubjectSettings.h |
|
||
void GetNeutralHeadOrientation
(
FRotator& OutNeutralHeadOrientation |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void GetNeutralHeadTranslation
(
FVector& OutNeutralHeadTranslation |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void GetSmoothing
(
UMetaHumanRealtimeSmoothingParams*& Smoothing |
MetaHumanLiveLinkSubjectSettings.h |
|
|
bool PreProcess
(
const FLiveLinkBaseStaticData& InStaticData, |
MetaHumanLiveLinkSubjectSettings.h | ||
void SetCalibrationAlpha
(
float InAlpha |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void SetCalibrationNeutralFrame
(
const TArray< float >& InNeutralFrame |
MetaHumanLiveLinkSubjectSettings.h |
|
|
| MetaHumanLiveLinkSubjectSettings.h |
|
||
void SetNeutralHeadOrientation
(
const FRotator& InNeutralHeadOrientation |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void SetNeutralHeadTranslation
(
const FVector& InNeutralHeadTranslation |
MetaHumanLiveLinkSubjectSettings.h |
|
|
void SetSmoothing
(
UMetaHumanRealtimeSmoothingParams* Smoothing |
MetaHumanLiveLinkSubjectSettings.h |
|
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
MetaHumanLiveLinkSubjectSettings.h | ||
virtual void PostLoad() |
MetaHumanLiveLinkSubjectSettings.h |