unreal.LiveLinkFaceSubjectSettings

class unreal.LiveLinkFaceSubjectSettings(outer: Object | None = None, name: Name | str = 'None')

Bases: MetaHumanLiveLinkSubjectSettings

Live Link Face Subject Settings

C++ Source:

  • Plugin: MetaHumanLiveLink

  • Module: LiveLinkFaceSource

  • File: LiveLinkFaceSubjectSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • alpha (float): [Read-Write]

  • capture_neutral_frame_countdown (int32): [Read-Write]

  • capture_neutral_head_pose_countdown (int32): [Read-Write]

  • capture_neutral_head_translation_countdown (int32): [Read-Write] deprecated: CaptureNeutralHeadTranslationCountdown is deprecated. Use CaptureNeutralHeadPoseCountdown instead.

  • capture_neutrals_property (int32): [Read-Write]

  • frame_rate (FrameRate): [Read-Only] Last FrameRate estimated by the subject. If in Timecode mode, this will come directly from the QualifiedFrameTime.

  • head_orientation (bool): [Read-Write]

  • head_translation (bool): [Read-Write]

  • interpolation_processor (LiveLinkFrameInterpolationProcessor): [Read-Write] The interpolation processor the subject will use.

  • neutral_frame (Array[float]): [Read-Write]

  • neutral_head_orientation (Rotator): [Read-Write] Head orientation

  • neutral_head_translation (Vector): [Read-Write] Head translation

  • outbound_name (str): [Read-Write] Name override that will be transmitted to clients instead of the subject name.

  • parameters (MetaHumanRealtimeSmoothingParams): [Read-Write] Smoothing

  • pre_processors (Array[LiveLinkFramePreProcessor]): [Read-Write] List of available preprocessor the subject will use.

  • properties (Array[Name]): [Read-Write] The properties to calibrate.

  • rebroadcast_subject (bool): [Read-Write] If enabled, rebroadcast this subject

  • remapper (LiveLinkSubjectRemapper): [Read-Write] Remapper used to modify incoming static and frame data for a subject.

  • source (str): [Read-Only] Source that contains the subject.

  • subject_name (str): [Read-Only] Name of this subject.

  • translators (Array[LiveLinkFrameTranslator]): [Read-Write] List of available translator the subject can use.

  • translators_proxy (LiveLinkFrameTranslator): [Read-Write] Proxy property used edit the translators.

get_head_orientation() bool

Get Head Orientation

Returns:

head_orientation (bool):

Return type:

bool

get_head_translation() bool

Get Head Translation

Returns:

head_translation (bool):

Return type:

bool

set_head_orientation(head_orientation) None

Set Head Orientation

Parameters:

head_orientation (bool)

set_head_translation(head_translation) None

Set Head Translation

Parameters:

head_translation (bool)