Always snap to grid
UE2:BroadcastHandler (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
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. |
BroadcastHandler
Message broadcasting is delegated to BroadCastHandler by the GameInfo. The BroadCastHandler handles both text messages (typed by a player) and localized messages (which are identified by a LocalMessage class and id). GameInfos produce localized messages using their DeathMessageClass and GameMessageClass classes.
This is a built-in Unreal class and it shouldn't be modified.
Properties[edit]
bMuteSpectators[edit]
Type: bool
Modifiers: config
Whether spectators are allowed to speak.
bPartitionSpectators[edit]
Type: bool
Modifiers: config
Whether spectators are can only speak to spectators.
SentText[edit]
Type: int
Functions[edit]
Events[edit]
AllowBroadcastLocalized[edit]
event AllowBroadcastLocalized (Actor Sender, class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Other instance functions[edit]
AllowsBroadcast[edit]
Broadcast[edit]
BroadcastLocalized[edit]
function BroadcastLocalized (Actor Sender, PlayerController Receiver, class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
BroadcastTeam[edit]
BroadcastText[edit]
function BroadcastText (PlayerReplicationInfo SenderPRI, PlayerController Receiver, coerce string Msg, optional name Type)
UpdateSentText[edit]
function UpdateSentText ()