There is no spoon

UE2:Material (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> Material

Contents

Package: 
Engine
Direct subclasses:
Combiner, Modifier, RenderedMaterial
This class in other games:
U2, U2XMP, UDK, 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)