unreal.PathedPhysicsPlaybackBehavior¶
- class unreal.PathedPhysicsPlaybackBehavior¶
Bases:
EnumBaseEPathed Physics Playback Behavior
C++ Source:
Plugin: Mover
Module: Mover
File: PathedMovementTypes.h
- LOOPING: PathedPhysicsPlaybackBehavior = Ellipsis¶
Progresses from 0 -> 1, then resetting to 0, repeating infinitely
- Type:
2
- ONE_SHOT: PathedPhysicsPlaybackBehavior = Ellipsis¶
Progresses from 0 -> 1 and then stops
- Type:
0
- PING_PONG: PathedPhysicsPlaybackBehavior = Ellipsis¶
Progresses from 0 -> 1 -> 0 -> 1 (and so on) infinitely
- Type:
3
- THERE_AND_BACK: PathedPhysicsPlaybackBehavior = Ellipsis¶
Progresses from 0 -> 1 -> 0 and then stops (basically a one-shot ping-pong)
- Type:
1