unreal.WarpingVectorMode

class unreal.WarpingVectorMode

Bases: unreal.EnumBase

The supported spaces of a corresponding input vector value

C++ Source:

  • Module: AnimGraphRuntime

  • File: BoneControllerTypes.h

ACTOR_SPACE_VECTOR

Actor-space input vector

Type

1

COMPONENT_SPACE_VECTOR

Component-space input vector

Type

0

IK_FOOT_ROOT_LOCAL_SPACE_VECTOR

IK Foot Root relative local-space input vector

Type

3

WORLD_SPACE_VECTOR

World-space input vector

Type

2