There is no spoon

Legacy:MaterialTrigger

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 08:12, 25 May 2003 by Wormbo (Talk | contribs)

Jump to: navigation, search
UT2003 :: Actor >> Triggers >> MaterialTrigger (Package: Engine)

A MaterialTrigger triggers all associated Materials. While any Material can be triggered only some of them (e.g. MaterialSwitch or MaterialSequence) actually show a reaction.

Note: This class does not work for network clients. See ClientMaterialTrigger for a fix.

Properties

array<Material> MaterialsToTrigger 
All materials that should be triggered by this MaterialTrigger.

Known Subclasses