Navigation
API > API/Plugins > API/Plugins/ChaosMover
| |
|
| Name |
EChaosPointMovementLocationBasis |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/PathedMovement/ChaosPointMovementPathPattern.h |
| Include Path |
#include "ChaosMover/PathedMovement/ChaosPointMovementPathPattern.h" |
Syntax
enum EChaosPointMovementLocationBasis
{
PreviousPoint,
PathOrigin,
World,
}
Values
| Name |
Remarks |
| PreviousPoint |
The location is relative to the previous point in the path |
| PathOrigin |
The location is relative to the origin of the path |
| World |
The location is relative to the world origin |