unreal.MatrixColumns

class unreal.MatrixColumns

Bases: unreal.EnumBase

Possible columns for an FMatrix

C++ Source:

  • Module: Engine

  • File: KismetMathLibrary.h

FIRST

First Column.

Type

0

FOURTH

Fourth Column.

Type

3

SECOND

Second Column.

Type

1

THIRD

Third Column.

Type

2