UE3:MaterialExpressionTransform (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UDK Object >> MaterialExpression >> MaterialExpressionTransform
Package:
Engine
Within class:
Material
This class in other games:


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