My program doesn't have bugs. It just develops random features.

UE2:UnrealVoiceReplicationInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> VoiceChatReplicationInfo >> UnrealVoiceReplicationInfo
Package: 
UnrealGame
Direct subclass:
TeamVoiceReplicationInfo

Primary VoiceChatReplicationInfo for UT2004

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UnrealVoiceReplicationInfo'[edit]

ChatBroadcastClass[edit]

Type: class<UnrealChatHandler>


Default value: Class'UnrealGame.UnrealChatHandler'

Internal variables[edit]

ChatBroadcastHandler[edit]

Type: UnrealChatHandler


Default values[edit]

Property Value
ChatRoomClass Class'UnrealGame.UnrealChatRoom'
DefaultChannel 1

Functions[edit]

Events[edit]

GetChannelCount[edit]

simulated event int GetChannelCount ()

Overrides: VoiceChatReplicationInfo.GetChannelCount


GetChannelIndex[edit]

simulated event int GetChannelIndex (string ChannelTitle, optional int TeamIndex)

Overrides: VoiceChatReplicationInfo.GetChannelIndex


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: VoiceChatReplicationInfo.PostBeginPlay


PostNetBeginPlay[edit]

simulated event PostNetBeginPlay ()

Overrides: VoiceChatReplicationInfo.PostNetBeginPlay


SetGRI[edit]

simulated event SetGRI (GameReplicationInfo NewGRI)

Overrides: Actor.SetGRI


Other instance functions[edit]

AddVoiceChannel[edit]

simulated function VoiceChatRoom AddVoiceChannel (optional PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.AddVoiceChannel


AddVoiceChatter[edit]

simulated function AddVoiceChatter (PlayerReplicationInfo NewPRI)

Overrides: VoiceChatReplicationInfo.AddVoiceChatter


CanJoinChannel[edit]

simulated function bool CanJoinChannel (string ChannelTitle, PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.CanJoinChannel


CreateNewVoiceChannel[edit]

simulated protected function VoiceChatRoom CreateNewVoiceChannel (optional PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.CreateNewVoiceChannel


DestroyVoiceChannel[edit]

simulated protected function DestroyVoiceChannel (VoiceChatRoom Channel)

Overrides: VoiceChatReplicationInfo.DestroyVoiceChannel


DisplayDebug[edit]

simulated function DisplayDebug (Canvas Canvas, out float YL, out float YPos)

Overrides: Actor.DisplayDebug


GetChannel[edit]

simulated function VoiceChatRoom GetChannel (string ChatRoomName, optional int TeamIndex)

Overrides: VoiceChatReplicationInfo.GetChannel


GetChannelAt[edit]

simulated function VoiceChatRoom GetChannelAt (int Index)

Overrides: VoiceChatReplicationInfo.GetChannelAt


GetChannelMembers[edit]

simulated function array<intGetChannelMembers (string ChatRoomName, optional int TeamIndex)

Overrides: VoiceChatReplicationInfo.GetChannelMembers


GetChannelMembersAt[edit]

simulated function array<intGetChannelMembersAt (int Index)

Overrides: VoiceChatReplicationInfo.GetChannelMembersAt


GetChannels[edit]

simulated function array<VoiceChatRoomGetChannels ()

Overrides: VoiceChatReplicationInfo.GetChannels


GetMemberChannels[edit]

simulated function array<intGetMemberChannels (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.GetMemberChannels


GetPlayerChannelCount[edit]

simulated function int GetPlayerChannelCount ()

Overrides: VoiceChatReplicationInfo.GetPlayerChannelCount


GetPlayerChannels[edit]

simulated function array<VoiceChatRoomGetPlayerChannels ()

Overrides: VoiceChatReplicationInfo.GetPlayerChannels


GetPublicChannelCount[edit]

simulated function int GetPublicChannelCount (optional bool bSingleTeam)

Overrides: VoiceChatReplicationInfo.GetPublicChannelCount


GetPublicChannels[edit]

simulated function array<VoiceChatRoomGetPublicChannels ()

Overrides: VoiceChatReplicationInfo.GetPublicChannels


InitChannels[edit]

simulated function InitChannels ()

Overrides: VoiceChatReplicationInfo.InitChannels


IsMember[edit]

simulated function bool IsMember (PlayerReplicationInfo TestPRI, int ChannelIndex, optional bool bNoCascade)

Overrides: VoiceChatReplicationInfo.IsMember


JoinChannel[edit]

function VoiceChatRoom.EJoinChatResult JoinChannel (string ChannelTitle, PlayerReplicationInfo PRI, string Password)

Overrides: VoiceChatReplicationInfo.JoinChannel


JoinChannelAt[edit]

function VoiceChatRoom.EJoinChatResult JoinChannelAt (int ChannelIndex, PlayerReplicationInfo PRI, string Password)

Overrides: VoiceChatReplicationInfo.JoinChannelAt


LeaveChannel[edit]

function bool LeaveChannel (string ChannelTitle, PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.LeaveChannel


RemoveVoiceChannel[edit]

simulated function bool RemoveVoiceChannel (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.RemoveVoiceChannel


RemoveVoiceChatter[edit]

simulated function RemoveVoiceChatter (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.RemoveVoiceChatter