I'm a doctor, not a mechanic
UE1:DemoRecSpectator (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Pawn >> PlayerPawn >> Spectator >> DemoRecSpectator |
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
Events
ClientMessage
Overrides: PlayerPawn.ClientMessage
PostBeginPlay
event PostBeginPlay ()
Overrides: Spectator.PostBeginPlay
TeamMessage
Overrides: PlayerPawn.TeamMessage
Other instance functions
ClientPlaySound
function ClientPlaySound (Sound ASound)
Overrides: PlayerPawn.ClientPlaySound
ClientVoiceMessage
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerPawn.ClientVoiceMessage
RepClientMessage
RepClientPlaySound
simulated function RepClientPlaySound (Sound ASound)
RepClientVoiceMessage
simulated function RepClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)