unreal.WarpingVectorMode

class unreal.WarpingVectorMode

Bases: EnumBase

The supported spaces of a corresponding input vector value

C++ Source:

  • Module: AnimGraphRuntime

  • File: BoneControllerTypes.h

ACTOR_SPACE_VECTOR: WarpingVectorMode

Actor-space input vector

Type:

1

COMPONENT_SPACE_VECTOR: WarpingVectorMode

Component-space input vector

Type:

0

IK_FOOT_ROOT_LOCAL_SPACE_VECTOR: WarpingVectorMode

IK Foot Root relative local-space input vector

Type:

3

WORLD_SPACE_VECTOR: WarpingVectorMode

World-space input vector

Type:

2