I'm a doctor, not a mechanic
UE1:DemoRecSpectator (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Pawn >> PlayerPawn >> Spectator >> DemoRecSpectator |
- Package:
- Engine
- This class in other games:
- RTNP, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3, UDK
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
Functions[edit]
Events[edit]
ClientMessage[edit]
Overrides: PlayerPawn.ClientMessage
PostBeginPlay[edit]
event PostBeginPlay ()
Overrides: Spectator.PostBeginPlay
TeamMessage[edit]
Overrides: PlayerPawn.TeamMessage
Other instance functions[edit]
ClientPlaySound[edit]
function ClientPlaySound (Sound ASound)
Overrides: PlayerPawn.ClientPlaySound
ClientVoiceMessage[edit]
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerPawn.ClientVoiceMessage
RepClientMessage[edit]
RepClientPlaySound[edit]
simulated function RepClientPlaySound (Sound ASound)
RepClientVoiceMessage[edit]
simulated function RepClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)