Gah - a solution with more questions. – EntropicLqd
UE2:MaterialSwitch (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- This class in other games:
- U2XMP, UE2Runtime, U2, UT2004
A trigger-advanced list of materials.
Properties[edit]
Property group 'MaterialSwitch'[edit]
Current[edit]
Type: int
Modifiers: transient
The current material from the Materials list.
Materials[edit]
Modifiers: editinlineuse
The list of available materials.
Instance functions[edit]
Reset[edit]
function Reset ()
Overrides: Modifier.Reset
Resets to the first material in the Materials list. Also resets that first material and the FallbackMaterial. Note that other materials in the list will not be reset.
Trigger[edit]
Overrides: Modifier.Trigger
Switches to the next material in the Materials list. If the end of the list is reached, the first material is switched to.
The new material and the FallbackMaterial are triggered as well.