UE1:Mutator (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- This class in other games:
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
DefaultWeapon
NextMutator
Type: Mutator
Functions
Events
PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
Other instance functions
AddMutator
function AddMutator (Mutator M)
CheckReplacement
IsRelevant
MutatedDefaultWeapon
MyDefaultWeapon
ReplaceWith