unreal.WarpTargetLocationOffsetDirection

class unreal.WarpTargetLocationOffsetDirection

Bases: EnumBase

EWarp Target Location Offset Direction

C++ Source:

  • Plugin: MotionWarping

  • Module: MotionWarping

  • File: RootMotionModifier.h

TARGETS_FORWARD_VECTOR: WarpTargetLocationOffsetDirection = Ellipsis

LocationOffset.X translates the target transform along the target component’s forward vector.

Type:

0

VECTOR_FROM_TARGET_TO_OWNER: WarpTargetLocationOffsetDirection = Ellipsis

LocationOffset.X translates the target transform along the vector from the target to the owning actor.

Type:

1

WORLD_SPACE: WarpTargetLocationOffsetDirection = Ellipsis

LocationOffset moves the target transform in world space

Type:

2