unreal.RelativeTransformSpace
¶
- class unreal.RelativeTransformSpace¶
Bases:
EnumBase
The space for the transform
C++ Source:
Module: Engine
File: SceneComponent.h
- RTS_ACTOR: RelativeTransformSpace¶
Actor space transform.
- Type:
1
- RTS_COMPONENT: RelativeTransformSpace¶
Component space transform.
- Type:
2
- RTS_PARENT_BONE_SPACE: RelativeTransformSpace¶
Parent bone space transform
- Type:
3
- RTS_WORLD: RelativeTransformSpace¶
World space transform.
- Type:
0