I'm a doctor, not a mechanic
Difference between revisions of "Legacy:MaterialTrigger"
From Unreal Wiki, The Unreal Engine Documentation Site
m |
(No difference)
|
Latest revision as of 12:51, 25 March 2008
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[edit]
- array<Material> MaterialsToTrigger
- All materials that should be triggered by this MaterialTrigger.
Known Subclasses[edit]
- ClientMaterialTrigger (custom)
Related Topics[edit]
Discussion[edit]
SuperApe: If you need this to work online, I highly recommend Wormbo's ClientMaterialTrigger, linked above.