unreal.MaterialVectorCoordTransform

class unreal.MaterialVectorCoordTransform

Bases: unreal.EnumBase

EMaterial Vector Coord Transform

C++ Source:

  • Module: Engine

  • File: MaterialExpressionTransform.h

TRANSFORM_CAMERA

Camera space

Type

4

TRANSFORM_INSTANCE

Instance space (used to provide per instance transform, i.e. for Instanced Static Mesh / Particles).

Type

6

TRANSFORM_LOCAL

Local space (relative to the rendered object, = object space)

Type

1

TRANSFORM_TANGENT

Tangent space (relative to the surface)

Type

0

TRANSFORM_VIEW

View space (relative to the camera/eye, = camera space, differs from camera space in the shadow passes)

Type

3

TRANSFORM_WORLD

World space, a unit is 1cm

Type

2