unreal.PoseSearchFutureProperties

class unreal.PoseSearchFutureProperties(animation: Object = Ellipsis, animation_time: float = 0.0, interval_time: float = 0.0)

Bases: StructBase

Pose Search Future Properties

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • animation (Object): [Read-Write] Animation to play (it’ll start at AnimationTime seconds)

  • animation_time (float): [Read-Write] Start time for Animation

  • interval_time (float): [Read-Write] Interval time before playing Animation

property animation: Object

[Read-Write] Animation to play (it’ll start at AnimationTime seconds)

Type:

(Object)

property animation_time: float

[Read-Write] Start time for Animation

Type:

(float)

property interval_time: float

[Read-Write] Interval time before playing Animation

Type:

(float)