I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:Mutator (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> Info >> Mutator
Package: 
Engine
This class in other games:
RTNP, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3, UDK

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]

Type: class<Weapon>


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)


CheckReplacement[edit]

function bool CheckReplacement (Actor Other, out byte bSuperRelevant)


IsRelevant[edit]

function bool IsRelevant (Actor Other, out byte bSuperRelevant)


MutatedDefaultWeapon[edit]

function class<WeaponMutatedDefaultWeapon ()


MyDefaultWeapon[edit]

function class<WeaponMyDefaultWeapon ()


ReplaceWith[edit]

function bool ReplaceWith (Actor Other, string aClassName)