I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:DebugCameraController (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> PlayerController >> DebugCameraController |
Contents
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. |
PCF Begin (Debug Camera) Debug Camera Controller
To turn it on, please press Alt+C or both (left and right) analogs on xbox pad
After turning:
PC | Xbox | Action |
---|---|---|
WASD | Left Analog | Moving |
Mouse | Right Analog | Rotating |
Shift | XBOX_KeyB | Move faster |
Q/E | LT/RT | Move Up/Down |
Enter | XBOX_KeyA | Call "FreezeRendering" console command |
Alt+C | LeftThumbstick | Toggle debug camera |
Properties
bIsFrozenRendering
Type: bool
DrawFrustum
Type: DrawFrustumComponent
OryginalControllerRef
Type: PlayerController
OryginalPlayer
Type: Player
Default values
Property | Value |
---|---|
bHidden | False |
bHiddenEd | False |
InputClass | Class'Engine.DebugCameraInput' |
Subobjects
CollisionCylinder
Class: Engine.CylinderComponent
Inherits from: PlayerController.CollisionCylinder
No new values.
Sprite
Class: Engine.SpriteComponent
Inherits from: PlayerController.Sprite
No new values.
Functions
Exec functions
MoreSpeed
exec function MoreSpeed ()
NormalSpeed
exec function NormalSpeed ()
SetFreezeRendering
exec function SetFreezeRendering ()
Events
PostBeginPlay
simulated event PostBeginPlay ()
Overrides: PlayerController.PostBeginPlay
Other instance functions
DisableDebugCamera
function DisableDebugCamera ()
OnActivate
function OnActivate (PlayerController PC)
OnDeactivate
function OnDeactivate (PlayerController PC)