Mostly Harmless
UE1:Mutator (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- This class in other games:
- RTNP, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Mutator. called by the IsRelevant() function of DeathMatchPlus by adding new mutators, you can change actors in the level without requiring a new game class. Multiple mutators can be linked together.
[edit] Properties
[edit] DefaultWeapon
[edit] NextMutator
Type: Mutator
[edit] Functions
[edit] Events
[edit] PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
[edit] Other instance functions
[edit] AddMutator
function AddMutator (Mutator M)
