Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:BitmapMaterial (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ETexClampMode (U2XMP))
Jump to: navigation, search
U2XMP Object >> Material >> RenderedMaterial >> BitmapMaterial
Package: 
Engine
Direct subclasses:
ShadowBitmapMaterial, Texture
This class in other games:
UE2Runtime, U2, UT2003, UT2004

null

Properties[edit]

Property group 'Texture'[edit]

UClamp[edit]

Type: int

Modifiers: const


UClampMode[edit]

Type: ETexClampMode


VClamp[edit]

Type: int

Modifiers: const


VClampMode[edit]

Type: ETexClampMode


Property group 'TextureFormat'[edit]

Format[edit]

Type: ETextureFormat

Modifiers: const, editconst


Internal variables[edit]

UBits[edit]

Type: byte

Modifiers: const


USize[edit]

Type: int

Modifiers: const


VBits[edit]

Type: byte

Modifiers: const


VSize[edit]

Type: int

Modifiers: const


Enums[edit]

ETexClampMode[edit]

TC_Wrap 
TC_Clamp 

ETextureFormat[edit]

TEXF_P8 
TEXF_RGBA7 
TEXF_RGB16 
TEXF_DXT1 
TEXF_RGB8 
TEXF_RGBA8 
TEXF_NODATA 
TEXF_DXT3 
TEXF_DXT5 
TEXF_G8 
TEXF_G16