I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:MaterialExpressionTextureCoordinate (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> MaterialExpression >> MaterialExpressionTextureCoordinate
Package: 
Engine
Within class: 
Material
This class in other games:
UT3


Properties

Property group 'MaterialExpressionTextureCoordinate'

CoordinateIndex

Type: int

Texture coordinate index

UnMirrorU

Type: bool

Would like to unmirror U or V

- if the texture is mirrored and if you would like to undo mirroring for this texture sample, use this to unmirror

UnMirrorV

Type: bool


UTiling

Type: float

Controls how much the texture tiles horizontally, by scaling the U component of the vertex UVs by the specified amount.

Default value: 1.0

VTiling

Type: float

Controls how much the texture tiles vertically, by scaling the V component of the vertex UVs by the specified amount.

Default value: 1.0

Default values

Property Value
MenuCategories[0] 'Coordinates'