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

UE2:Material (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> Material

Contents

Package: 
Engine
Direct subclasses:
Combiner, Modifier, RenderedMaterial
This class in other games:
U2XMP, UDK, UE2Runtime, UT2003, UT2004, 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] Internal variables

[edit] DefaultMaterial

Type: Material


Default value: Texture'Engine.DefaultTexture'

[edit] UseFallback

Type: bool

Modifiers: const, transient

Render device should use the fallback.

[edit] Validated

Type: bool

Modifiers: const, transient

Material has been validated as renderable.

[edit] Instance functions

[edit] Reset

function Reset ()


[edit] Trigger

function Trigger (Actor Other, Actor EventInstigator)


Personal tools