The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:OnlineSubsystemCommonImpl (UT3)
Object >> OnlineSubsystem >> OnlineSubsystemCommonImpl |
- Package:
- IpDrv
- Known classes within OnlineSubsystemCommonImpl:
- OnlineGameInterfaceGameSpy, OnlineGameInterfaceImpl
- Direct subclasses:
- OnlineSubsystemGameSpy, OnlineSubsystemLive
- This class in other games:
- UDK
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. |
Class that implements commonly needed members/features across all platforms
Properties[edit]
bIsUsingSpeechRecognition[edit]
Type: bool
Modifiers: config
Whether speech recognition is enabled
Default value: True
GameInterfaceImpl[edit]
Type: OnlineGameInterfaceImpl
The object that handles the game interface implementation across platforms
MaxLocalTalkers[edit]
Type: int
Modifiers: config
Holds the maximum number of local talkers allowed
Default value: 1
MaxRemoteTalkers[edit]
Type: int
Modifiers: config
Holds the maximum number of remote talkers allowed (clamped to 30 which is XHV max)
Default value: 16
VoiceEngine[edit]
Type: pointer{class FVoiceInterface}
Modifiers: const, native, transient
Holds the pointer to the platform specific FVoiceInterface implementation used for voice communication
Events[edit]
GetPlayerNicknameFromIndex[edit]
Returns the name of the player for the specified index
Parameters:
- UserIndex - the user to return the name of
Returns:
- the name of the player at the specified index
GetPlayerUniqueNetIdFromIndex[edit]
Returns the unique id of the player for the specified index
Parameters:
- UserIndex - the user to return the id of
Returns:
- the unique id of the player at the specified index