I'm a doctor, not a mechanic
UE2:DemoRecSpectator (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> PlayerController >> DemoRecSpectator |
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. |
DemoRecSpectator - spectator for demo recordings to replicate ClientMessages
Properties
bFoundPlayer
Type: bool
bTempBehindView
Type: bool
Default values
Property | Value |
---|---|
bDemoOwner | True |
RemoteRole | ROLE_AutonomousProxy |
Functions
Exec functions
DemoViewNextPlayer
exec function DemoViewNextPlayer ()
ViewClass
Events
PlayerCalcView
event PlayerCalcView (out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)
Overrides: PlayerController.PlayerCalcView
PostBeginPlay
event PostBeginPlay ()
Overrides: PlayerController.PostBeginPlay
Other instance functions
InitPlayerReplicationInfo
function InitPlayerReplicationInfo ()
Overrides: Controller.InitPlayerReplicationInfo
States
Spectating
Inherits from: PlayerController.Spectating
Modifiers: auto
Spectating.PlayerTick
event PlayerTick (float DeltaTime)
Overrides: PlayerController.PlayerTick (global)
Spectating.AltFire
exec function AltFire (optional float F)
Overrides: PlayerController.Spectating.AltFire
Spectating.Fire
exec function Fire (optional float F)
Overrides: PlayerController.Spectating.Fire