Navigation
API > API/Plugins > API/Plugins/Mover
| |
|
| Name |
EPathedPhysicsPlaybackBehavior |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/PathedMovementTypes.h |
| Include Path |
#include "PhysicsMover/PathedMovement/PathedMovementTypes.h" |
Syntax
enum EPathedPhysicsPlaybackBehavior
{
OneShot,
ThereAndBack,
Looping,
PingPong,
}
Values
| Name |
Remarks |
| OneShot |
Progresses from 0 -> 1 and then stops |
| ThereAndBack |
Progresses from 0 -> 1 -> 0 and then stops (basically a one-shot ping-pong) |
| Looping |
Progresses from 0 -> 1, then resetting to 0, repeating infinitely |
| PingPong |
Progresses from 0 -> 1 -> 0 -> 1 (and so on) infinitely |