Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:MaterialExpressionTransform (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> MaterialExpression >> MaterialExpressionTransform
Package: 
Engine
Within class: 
Material
This class in other games:
UT3


Properties

Property group 'MaterialExpressionTransform'

TransformSourceType

Type: EMaterialVectorCoordTransformSource

Modifiers: const

Source coordinate space of the vector

Default value: TRANSFORMSOURCE_Tangent

TransformType

Type: EMaterialVectorCoordTransform

Modifiers: const

Destination coordinate space of the vector

Internal variables

Input

Type: MaterialExpression.ExpressionInput

input expression for this transform

Default values

Property Value
MenuCategories[0] 'VectorOps'

Enums

EMaterialVectorCoordTransform

Destination coordinate space of the vector

TRANSFORM_World 
TRANSFORM_View 
TRANSFORM_Local 
TRANSFORM_Tangent 

EMaterialVectorCoordTransformSource

Source coordinate space of the vector

TRANSFORMSOURCE_World 
TRANSFORMSOURCE_Local 
TRANSFORMSOURCE_Tangent