unreal.PointMovementLocationBasis

class unreal.PointMovementLocationBasis

Bases: EnumBase

EPoint Movement Location Basis

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: PointMovementPathPattern.h

PATH_ORIGIN: PointMovementLocationBasis = Ellipsis

The location is relative to the origin of the path

Type:

1

PREVIOUS_POINT: PointMovementLocationBasis = Ellipsis

The location is relative to the previous point in the path

Type:

0

WORLD: PointMovementLocationBasis = Ellipsis

The location is relative to the world origin

Type:

2