unreal.RelativeTransformSpace

class unreal.RelativeTransformSpace

Bases: EnumBase

The space for the transform

C++ Source:

  • Module: Engine

  • File: SceneComponent.h

RTS_ACTOR: RelativeTransformSpace = Ellipsis

Actor space transform.

Type:

1

RTS_COMPONENT: RelativeTransformSpace = Ellipsis

Component space transform.

Type:

2

RTS_PARENT_BONE_SPACE: RelativeTransformSpace = Ellipsis

Parent bone space transform

Type:

3

RTS_WORLD: RelativeTransformSpace = Ellipsis

World space transform.

Type:

0