I don't need to test my programs. I have an error-correcting modem.

UE3:UTMutator (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Actor >> Info >> Mutator >> UTMutator

Contents

Package: 
UTGame
Direct subclasses:
UTMutator_Arena, UTMutator_BigHead, UTMutator_FriendlyFire, UTMutator_Handicap, UTMutator_Hero, UTMutator_Instagib, UTMutator_LowGrav, UTMutator_NoHoverboard, UTMutator_NoOrbs, UTMutator_NoPowerups, UTMutator_NoTranslocator, UTMutator_Slomo, UTMutator_SlowTimeKills, UTMutator_SpeedFreak, UTMutator_SuperBerserk, UTMutator_Survival, UTMutator_WeaponReplacement, UTMutator_WeaponsRespawn
Known custom subclass:
UTMutator_MotionBlurPC (UT3)
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

[edit] Properties

[edit] bExportMenuData

Type: bool

if set, when this class is compiled, a menu entry for it will be automatically added/updated in its package.ini file (abstract classes are skipped even if this flag is set)

Default value: True

[edit] Subobjects

[edit] Sprite

Class: Engine.SpriteComponent

Inherits from: Mutator.Sprite

No new values.

[edit] Instance functions

[edit] GetNextUTMutator

function UTMutator GetNextUTMutator ()

utility to get the next UTMutator in the mutator list, for hooks that aren't in the base engine

[edit] MutatorIsAllowed

function bool MutatorIsAllowed ()

Overrides: Mutator.MutatorIsAllowed


[edit] ProcessSpeechRecognition

function ProcessSpeechRecognition (UTPlayerController Speaker, const out array<OnlineSubsystem.SpeechRecognizedWordWords)

parses the given player's recognized speech into bot orders, etc

[edit] ReplaceWith

function bool ReplaceWith (Actor Other, string aClassName)