class AnimGraphDirectPlayback

robot_2Generated
code_blocksInput

Description

The AnimGraphDirectPlayback class is used for interacting with a Direct Playback Animation Node. It allows code to command the node to play a specified sequence.

Members

Instance Methods

Member NameSummary
PlayPlays the specified animation sequence by name.
PlayPlays the specified animation sequence by name, with additional parameters for target position, heading, and interpolation time.
CancelStop playing the override sequence.

Instance Properties

Member NameSummary
StartTimeSet the time at which the currently playing sequence should have had a cycle of zero. This will adjust the current cycle of the sequence to match.
TimeNormalizedGet the cycle of the currently playing sequence. Will return 0 if no sequence is playing.
DurationThe duration of the currently playing sequence (seconds).
TimeThe elapsed time of the currently playing animation sequence (seconds).
NameReturns the currently playing sequence.
AnimationCountGet the number of animations that can be used. Obsolete: Use Sequences
AnimationsGet the list of animations that can be used. Obsolete: Use Sequences
SequencesGet the list of sequences that can be used.