I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:CheatManager (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> CheatManager
Package: 
Engine
Within class: 
PlayerController
Direct subclass:
UTCheatManager
This class in other games:
UE2Runtime, UT2003, U2XMP, U2, UT2004, UT3

CheatManager Object within playercontroller that manages "cheat" commands only spawned in single player mode

Properties[edit]

DebugCameraControllerClass[edit]

Type: class<DebugCameraController>


Default value: Class'Engine.DebugCameraController'

DebugCameraControllerRef[edit]

Type: DebugCameraController

Debug camera - used to have independent camera without stopping gameplay

Functions[edit]

Exec functions[edit]

See CheatManager exec functions.

Other instance functions[edit]

EnableDebugCamera[edit]

function EnableDebugCamera ()

Switch controller to debug camera without locking gameplay and with locking

local player controller input

InitCheatManager[edit]

function InitCheatManager ()

This is not an actor, so we need a stand in for PostBeginPlay

KillAllPawns[edit]

function KillAllPawns (class<PawnaClass)


SetLevelStreamingStatus[edit]

function SetLevelStreamingStatus (name PackageName, bool bShouldBeLoaded, bool bShouldBeVisible)

streaming level debugging