I'm a doctor, not a mechanic
UE2:DemoRecSpectator (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> LicenseeController >> PlayerController >> MessagingSpectator >> 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
Properties[edit]
PlaybackActor[edit]
Type: PlayerController
PlaybackGRI[edit]
Type: GameReplicationInfo
Functions[edit]
Events[edit]
ClientMessage[edit]
Overrides: PlayerController.ClientMessage
ReceiveLocalizedMessage[edit]
event ReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: PlayerController.ReceiveLocalizedMessage
Other instance functions[edit]
ClientVoiceMessage[edit]
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerController.ClientVoiceMessage
RepClientMessage[edit]
RepClientVoiceMessage[edit]
simulated function RepClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
RepReceiveLocalizedMessage[edit]
simulated function RepReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)