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
Object >> MaterialExpression >> MaterialExpressionTextureCoordinate |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)