unreal.WarpingVectorMode¶
- class unreal.WarpingVectorMode¶
Bases:
EnumBaseThe supported spaces of a corresponding input vector value
C++ Source:
Module: AnimGraphRuntime
File: BoneControllerTypes.h
- ACTOR_SPACE_VECTOR: WarpingVectorMode = Ellipsis¶
Actor-space input vector
- Type:
1
- COMPONENT_SPACE_VECTOR: WarpingVectorMode = Ellipsis¶
Component-space input vector
- Type:
0
- IK_FOOT_ROOT_LOCAL_SPACE_VECTOR: WarpingVectorMode = Ellipsis¶
IK Foot Root relative local-space input vector
- Type:
3
- WORLD_SPACE_VECTOR: WarpingVectorMode = Ellipsis¶
World-space input vector
- Type:
2