Gah - a solution with more questions. – EntropicLqd

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

Property group 'UnrealVoiceReplicationInfo'

ChatBroadcastClass

Type: class<UnrealChatHandler>


Default value: Class'UnrealGame.UnrealChatHandler'

Internal variables

ChatBroadcastHandler

Type: UnrealChatHandler


Default values

Property Value
ChatRoomClass Class'UnrealGame.UnrealChatRoom'
DefaultChannel 1

Functions

Events

GetChannelCount

simulated event int GetChannelCount ()

Overrides: VoiceChatReplicationInfo.GetChannelCount


GetChannelIndex

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

Overrides: VoiceChatReplicationInfo.GetChannelIndex


PostBeginPlay

event PostBeginPlay ()

Overrides: VoiceChatReplicationInfo.PostBeginPlay


PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: VoiceChatReplicationInfo.PostNetBeginPlay


SetGRI

simulated event SetGRI (GameReplicationInfo NewGRI)

Overrides: Actor.SetGRI


Other instance functions

AddVoiceChannel

simulated function VoiceChatRoom AddVoiceChannel (optional PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.AddVoiceChannel


AddVoiceChatter

simulated function AddVoiceChatter (PlayerReplicationInfo NewPRI)

Overrides: VoiceChatReplicationInfo.AddVoiceChatter


CanJoinChannel

simulated function bool CanJoinChannel (string ChannelTitle, PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.CanJoinChannel


CreateNewVoiceChannel

simulated protected function VoiceChatRoom CreateNewVoiceChannel (optional PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.CreateNewVoiceChannel


DestroyVoiceChannel

simulated protected function DestroyVoiceChannel (VoiceChatRoom Channel)

Overrides: VoiceChatReplicationInfo.DestroyVoiceChannel


DisplayDebug

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

Overrides: Actor.DisplayDebug


GetChannel

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

Overrides: VoiceChatReplicationInfo.GetChannel


GetChannelAt

simulated function VoiceChatRoom GetChannelAt (int Index)

Overrides: VoiceChatReplicationInfo.GetChannelAt


GetChannelMembers

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

Overrides: VoiceChatReplicationInfo.GetChannelMembers


GetChannelMembersAt

simulated function array<intGetChannelMembersAt (int Index)

Overrides: VoiceChatReplicationInfo.GetChannelMembersAt


GetChannels

simulated function array<VoiceChatRoomGetChannels ()

Overrides: VoiceChatReplicationInfo.GetChannels


GetMemberChannels

simulated function array<intGetMemberChannels (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.GetMemberChannels


GetPlayerChannelCount

simulated function int GetPlayerChannelCount ()

Overrides: VoiceChatReplicationInfo.GetPlayerChannelCount


GetPlayerChannels

simulated function array<VoiceChatRoomGetPlayerChannels ()

Overrides: VoiceChatReplicationInfo.GetPlayerChannels


GetPublicChannelCount

simulated function int GetPublicChannelCount (optional bool bSingleTeam)

Overrides: VoiceChatReplicationInfo.GetPublicChannelCount


GetPublicChannels

simulated function array<VoiceChatRoomGetPublicChannels ()

Overrides: VoiceChatReplicationInfo.GetPublicChannels


InitChannels

simulated function InitChannels ()

Overrides: VoiceChatReplicationInfo.InitChannels


IsMember

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

Overrides: VoiceChatReplicationInfo.IsMember


JoinChannel

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

Overrides: VoiceChatReplicationInfo.JoinChannel


JoinChannelAt

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

Overrides: VoiceChatReplicationInfo.JoinChannelAt


LeaveChannel

function bool LeaveChannel (string ChannelTitle, PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.LeaveChannel


RemoveVoiceChannel

simulated function bool RemoveVoiceChannel (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.RemoveVoiceChannel


RemoveVoiceChatter

simulated function RemoveVoiceChatter (PlayerReplicationInfo PRI)

Overrides: VoiceChatReplicationInfo.RemoveVoiceChatter