unreal.AnimNode_PoseSearchHistoryCollector_Base

class unreal.AnimNode_PoseSearchHistoryCollector_Base(pose_count: int = 0, pose_duration: float = 0.0)

Bases: AnimNode_Base

Anim Node Pose Search History Collector Base

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: AnimNode_PoseSearchHistoryCollector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • collected_bones (Array[BoneReference]): [Read-Write]

  • pose_count (int32): [Read-Write] The maximum amount of poses that can be stored

  • pose_duration (float): [Read-Write] The time horizon for how long a pose will be stored in seconds

property pose_count: int

[Read-Write] The maximum amount of poses that can be stored

Type:

(int32)

property pose_duration: float

[Read-Write] The time horizon for how long a pose will be stored in seconds

Type:

(float)