unreal.MotionMatchingBlueprintBlendSettings

class unreal.MotionMatchingBlueprintBlendSettings(blend_time: float = 0.0, blend_profile: BlendProfile = Ellipsis, blend_option: AlphaBlendOption = Ellipsis, use_inertial_blend: bool = False)

Bases: StructBase

Motion Matching Blueprint Blend Settings

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: MotionMatchingAnimNodeLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_option (AlphaBlendOption): [Read-Write]

  • blend_profile (BlendProfile): [Read-Write]

  • blend_time (float): [Read-Write]

  • use_inertial_blend (bool): [Read-Write]

property blend_option: AlphaBlendOption

[Read-Write]

Type:

(AlphaBlendOption)

property blend_profile: BlendProfile

[Read-Write]

Type:

(BlendProfile)

property blend_time: float

[Read-Write]

Type:

(float)

property use_inertial_blend: bool

[Read-Write]

Type:

(bool)