unreal.ComponentType

class unreal.ComponentType

Bases: unreal.EnumBase

The transform component (attribute) to read from

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

NONE

0

ROTATION_X

4

ROTATION_Y

5

ROTATION_Z

6

SCALE

7

SCALE_X

8

SCALE_Y

9

SCALE_Z

10

TRANSLATION_X

1

TRANSLATION_Y

2

TRANSLATION_Z

3