unreal.AnimNode_PoseSearchHistoryCollector
¶
- class unreal.AnimNode_PoseSearchHistoryCollector(source=[], pose_count=128, pose_duration=4.0)¶
Bases:
unreal.AnimNode_Base
Anim Node Pose Search History Collector
C++ Source:
Plugin: PoseSearch
Module: PoseSearch
File: AnimNode_PoseSearchHistoryCollector.h
Editor Properties: (see get_editor_property/set_editor_property)
pose_count
(int32): [Read-Write] Pose Count: The maximum amount of poses that can be storedpose_duration
(float): [Read-Write] Pose Duration: The time horizon for how long a pose will be stored in secondssource
(PoseLink): [Read-Write] Source
- property pose_count¶
[Read-Write] Pose Count: The maximum amount of poses that can be stored
- Type
(int32)