Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE1:Mutator (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- This class in other games:
- RTNP, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3, UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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.
Properties[edit]
DefaultWeapon[edit]
NextMutator[edit]
Type: Mutator
Functions[edit]
Events[edit]
PreBeginPlay[edit]
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
Other instance functions[edit]
AddMutator[edit]
function AddMutator (Mutator M)