unreal.AnimNode_MotionMatching

class unreal.AnimNode_MotionMatching(blend_weight=0.0, internal_time_accumulator=0.0, database=None, trajectory=[[], 30], dynamic_play_rate_settings=[False, [False, False, False, [0.0, 1.0], [0.0, 1.0], 1.0, 0.0, 0.0, 1.0, 10.0, 10.0], None, 60.0, 90.0, 0.0004], settings=[[[1.0, 1.0, 1.0], [1.0, 1.0, 1.0], False], 0.2, 1.0, 0.1, 100.0, 0.25])

Bases: unreal.AnimNode_AssetPlayerBase

Anim Node Motion Matching

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: AnimNode_MotionMatching.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_weight (float): [Read-Write] Blend Weight: Last encountered blendweight for this node

  • database (PoseSearchDatabase): [Read-Write] Database: Collection of animations for motion matching

  • debug_draw (bool): [Read-Write] Debug Draw

  • debug_draw_match (bool): [Read-Write] Debug Draw Match

  • debug_draw_query (bool): [Read-Write] Debug Draw Query

  • dynamic_play_rate_settings (DynamicPlayRateSettings): [Read-Write] Dynamic Play Rate Settings: Settings for dynamic play rate adjustment on sequences chosen by motion matching

  • ignore_for_relevancy_test (bool): [Read-Write] Ignore for Relevancy Test: If true, “Relevant anim” nodes that look for the highest weighted animation in a state will ignore this node

  • internal_time_accumulator (float): [Read-Write] Internal Time Accumulator: Accumulated time used to reference the asset in this node

  • settings (MotionMatchingSettings): [Read-Write] Settings: Settings for the core motion matching algorithm evaluation

  • trajectory (TrajectorySampleRange): [Read-Write] Trajectory: Motion trajectory samples for pose search queries

property database

[Read-Write] Database: Collection of animations for motion matching

Type

(PoseSearchDatabase)

property dynamic_play_rate_settings

[Read-Write] Dynamic Play Rate Settings: Settings for dynamic play rate adjustment on sequences chosen by motion matching

Type

(DynamicPlayRateSettings)

property settings

[Read-Write] Settings: Settings for the core motion matching algorithm evaluation

Type

(MotionMatchingSettings)

property trajectory

[Read-Write] Trajectory: Motion trajectory samples for pose search queries

Type

(TrajectorySampleRange)