I don't need to test my programs. I have an error-correcting modem.

UE3:MaterialExpressionTextureCoordinate (UT3)

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

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'MaterialExpressionTextureCoordinate'[edit]

CoordinateIndex[edit]

Type: int

Texture coordinate index

UTiling[edit]

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

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

Internal variables[edit]

Tiling[edit]

Type: float

Modifiers: deprecated

Deprecated: This value has been made obsolete by the independent U/V tiling settings below. This should be removed for the next content resave (see VER_FONT_FORMAT_AND_UV_TILING_CHANGES)