Mostly Harmless

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[edit]

Property group 'MaterialExpressionTransform'[edit]

TransformSourceType[edit]

Type: EMaterialVectorCoordTransformSource

Modifiers: const

Source coordinate space of the vector

Default value: TRANSFORMSOURCE_Tangent

TransformType[edit]

Type: EMaterialVectorCoordTransform

Modifiers: const

Destination coordinate space of the vector

Internal variables[edit]

Input[edit]

Type: MaterialExpression.ExpressionInput

input expression for this transform

Default values[edit]

Property Value
MenuCategories[0] 'VectorOps'

Enums[edit]

EMaterialVectorCoordTransform[edit]

Destination coordinate space of the vector

TRANSFORM_World 
TRANSFORM_View 
TRANSFORM_Local 
TRANSFORM_Tangent 

EMaterialVectorCoordTransformSource[edit]

Source coordinate space of the vector

TRANSFORMSOURCE_World 
TRANSFORMSOURCE_Local 
TRANSFORMSOURCE_Tangent