unreal.RelativeTransformSpace

class unreal.RelativeTransformSpace

Bases: unreal.EnumBase

The space for the transform

C++ Source:

  • Module: Engine

  • File: SceneComponent.h

RTS_ACTOR

Actor space transform.

Type

1

RTS_COMPONENT

Component space transform.

Type

2

RTS_PARENT_BONE_SPACE

Parent bone space transform

Type

3

RTS_WORLD

World space transform.

Type

0