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

UE2:Material (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Material

Contents

Package: 
Engine
Direct subclasses:
Combiner, Modifier, RenderedMaterial
This class in other games:
U2, U2XMP, UDK, UE2Runtime, UT2003, UT3

Material: Abstract material class This is a built-in Unreal class and it shouldn't be modified.

[edit] Properties

[edit] Property group 'Material'

[edit] FallbackMaterial

Type: Material


[edit] SurfaceType

Type: ESurfaceTypes


[edit] Internal variables

[edit] DefaultMaterial

Type: Material


Default value: DefaultTexture

[edit] MaterialType

Type: int

Material type flag - allows faster Cast<>

[edit] UseFallback

Type: bool

Modifiers: const, transient

Render device should use the fallback.

[edit] Validated

Type: bool

Modifiers: const, transient


[edit] Enums

[edit] ESurfaceTypes

EST_Default 
EST_Rock 
EST_Dirt 
EST_Metal 
EST_Wood 
EST_Plant 
EST_Flesh 
EST_Ice 
EST_Snow 
EST_Water 
EST_Glass 
EST_Custom00 
EST_Custom01 
EST_Custom02 
EST_Custom03 
EST_Custom04 
EST_Custom05 
EST_Custom06 
EST_Custom07 
EST_Custom08 
EST_Custom09 
EST_Custom10 
EST_Custom11 
EST_Custom12 
EST_Custom13 
EST_Custom14 
EST_Custom15 
EST_Custom16 
EST_Custom17 
EST_Custom18 
EST_Custom19 
EST_Custom20 
EST_Custom21 
EST_Custom22 
EST_Custom23 
EST_Custom24 
EST_Custom25 
EST_Custom26 
EST_Custom27 
EST_Custom28 
EST_Custom29 
EST_Custom30 
EST_Custom31 

[edit] Functions

[edit] Native functions

[edit] MaterialUSize

native function int MaterialUSize ()


[edit] MaterialVSize

native function int MaterialVSize ()


[edit] Other instance functions

[edit] Reset

function Reset ()


[edit] Trigger

function Trigger (Actor Other, Actor EventInstigator)


Personal tools