Navigation
API > API/Plugins > API/Plugins/Mover
| Name | EPointMovementLocationBasis |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/PointMovementPathPattern.h |
| Include Path | #include "PhysicsMover/PathedMovement/PointMovementPathPattern.h" |
Syntax
enum EPointMovementLocationBasis
{
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 |