My program doesn't have bugs. It just develops random features.

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

Property group 'MaterialExpressionTextureCoordinate'

CoordinateIndex

Type: int

Texture coordinate index

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

Internal variables

Tiling

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)