Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
This class holds a set of online interfaces that game code uses to talk with the platform layer's services. The set of services are implemented as interface pointers so that we can mix & match services at run time. This also allows licensees the ability to use part of our base services and provide custom implmentations of others.
Core.Object | +-- Engine.OnlineSubsystem
OnlineSubsystemCommonImpl
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg |
Inherited Variables from Core.Object |
---|
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Enumerations Summary | ||
---|---|---|
EFeaturePrivilegeLevel FPL_Disabled, FPL_EnabledFriendsOnly, FPL_Enabled | ||
ELanBeaconState LANB_NotUsingLanBeacon, LANB_Hosting, LANB_Searching | ||
ELoginStatus LS_NotLoggedIn, LS_UsingLocalProfile, LS_LoggedIn | ||
ENATType NAT_Unknown, NAT_Open, NAT_Moderate, NAT_Strict | ||
ENetworkNotificationPosition NNP_TopLeft, NNP_TopCenter, NNP_TopRight, NNP_CenterLeft, NNP_Center, NNP_CenterRight, NNP_BottomLeft, NNP_BottomCenter, NNP_BottomRight | ||
EOnlineAccountCreateStatus OACS_CreateSuccessful, OACS_UnknownError, OACS_InvalidUserName, OACS_InvalidPassword, OACS_InvalidUniqueUserName, OACS_UniqueUserNameInUse, OACS_ServiceUnavailable | ||
EOnlineEnumerationReadState OERS_NotStarted, OERS_InProgress, OERS_Done, OERS_Failed | ||
EOnlineGameState OGS_NoSession, OGS_Pending, OGS_InProgress, OGS_Ending, OGS_Ended | ||
EOnlineServerConnectionStatus OSCS_NotConnected, OSCS_Connected, OSCS_ConnectionDropped, OSCS_NoNetworkConnection, OSCS_ServiceUnavailable, OSCS_UpdateRequired, OSCS_ServersTooBusy, OSCS_DuplicateLoginDetected, OSCS_InvalidUser |
Inherited Enumerations from Core.Object |
---|
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup |
Structures Summary | ||
---|---|---|
FriendsQuery UniqueId, bIsFriend | ||
LocalTalker bHasVoice, bHasNetworkedVoice, bIsRecognizingSpeech, bWasTalking | ||
OnlineArbitrationRegistrant MachineId, PlayerId, Trustworthiness | ||
OnlineContent UserIndex, FriendlyName, ContentPath, ContentPackages, ContentFiles | ||
OnlineFriend UniqueId, NickName, PresenceInfo, bIsOnline, bIsPlaying, bIsPlayingThisGame, bIsJoinable, bHasVoiceSupport | ||
OnlineFriendMessage SendingPlayerId, SendingPlayerNick, bIsFriendInvite, bIsGameInvite, bWasAccepted, bWasDenied, Message | ||
OnlinePlayerScore PlayerId, TeamId, Score | ||
RemoteTalker TalkerId, bWasTalking | ||
SpeechRecognizedWord WordId, WordText, Confidence | ||
UniqueNetId Uid[8] |
Functions Summary | ||
---|---|---|
![]() | bool | CanAutoLogin () |
![]() | bool | Init () |
![]() | bool | SetAccountInterface (Object NewInterface)) |
![]() | bool | SetContentInterface (Object NewInterface)) |
![]() | bool | SetGameInterface (Object NewInterface)) |
![]() | bool | SetNewsInterface (Object NewInterface)) |
![]() | bool | SetPlayerInterface (Object NewInterface)) |
![]() | bool | SetPlayerInterfaceEx (Object NewInterface)) |
![]() | bool | SetStatsInterface (Object NewInterface)) |
![]() | bool | SetSystemInterface (Object NewInterface)) |
![]() | bool | SetVoiceInterface (Object NewInterface)) |
![]() | bool | StringToUniqueNetId (string UniqueNetIdString, out UniqueNetId out_UniqueId) |
![]() | string | UniqueNetIdToString (const out UniqueNetId IdToConvert) |
Variables Detail |
---|
The interface to use for creating and/or enumerating account information
The interface to use for online content
The interface to use for creating, searching for, or destroying online games
The interface to use for reading game specific news announcements
The interface for accessing online player methods
The interface for accessing online player extension methods
The interface to use for stats read/write operations
The interface for accessing system wide network functions
The interface to use for voice communication
Enumerations Detail |
---|
This enum indicates access to major features in the game (parent controls
Indicates the state the LAN beacon is in
The different login statuses for a player
The various NAT types the player may have
NNP_TopLeft, NNP_TopCenter, NNP_TopRight, NNP_CenterLeft, NNP_Center, NNP_CenterRight, NNP_BottomLeft, NNP_BottomCenter, NNP_BottomRight};
Indicates where network notifications should appear on the screen
OACS_CreateSuccessful, OACS_UnknownError, OACS_InvalidUserName, OACS_InvalidPassword, OACS_InvalidUniqueUserName, OACS_UniqueUserNameInUse, OACS_ServiceUnavailable};
The series of status codes that the account creation method can return
The state of an async enumeration (friends, content, etc) read request
Enum indicating the current state of the online game (in progress, ended, etc.)
OSCS_NotConnected, OSCS_Connected, OSCS_ConnectionDropped, OSCS_NoNetworkConnection, OSCS_ServiceUnavailable, OSCS_UpdateRequired, OSCS_ServersTooBusy, OSCS_DuplicateLoginDetected, OSCS_InvalidUser};
Indicates the connection status with the remote online servers
Structures Detail |
---|
Used to bulk query the friends list
bIsFriend:Out param indicating whether the player is a friend or notUniqueId:The unique player id to check friends status for
var bool bHasNetworkedVoice;};
var bool bHasVoice;
var bool bIsRecognizingSpeech;
var bool bWasTalking;
Information about a local talker
bHasNetworkedVoice:Whether the talker should send network databHasVoice:Whether this talker is currently registeredbIsRecognizingSpeech:Whether the player is trying to speak voice commandsbWasTalking:Whether the local talker was speaking last frame
var const qword MachineId;};
var const UniqueNetId PlayerId;
var const int Trustworthiness;
Struct holding the information about a single arbitration registrant
MachineId:Unique id of the machine involved in the arbitrated sessionPlayerId:Unique id of the player involved in the arbitrated sessionTrustworthiness:Trust level of the machine/player for the arbitrated session
var array<string> ContentFiles;};
var array<string> ContentPackages;
var string ContentPath;
var string FriendlyName;
var int UserIndex;
Holds information about a single piece of downloaded content
ContentFiles:List of all non-package files in the contentContentPackages:List of packages in the contentContentPath:File system usable reference to the contentFriendlyName:Displayable name of the contentUserIndex:Optional user index that content is downloaded for (-1 means it's not associated with any user)
var const bool bHasVoiceSupport;};
var const bool bIsJoinable;
var const bool bIsOnline;
var const bool bIsPlaying;
var const bool bIsPlayingThisGame;
var const string NickName;
var const string PresenceInfo;
var const UniqueNetId UniqueId;
Holds information about a player in a friends list
bHasVoiceSupport:Whether the friend can chat via voice or notbIsJoinable:Whether the game the friend is in is joinable or notbIsOnline:Whether the friend is online or notbIsPlaying:Whether the friend is playing a game or notbIsPlayingThisGame:Whether the friend is playing the same game or notNickName:Player's nick as published to the online servicePresenceInfo:String holding information about the player's game state (cap-ed flag, etc.)UniqueId:Unique identifier of the friend
var bool bIsFriendInvite;};
var bool bIsGameInvite;
var bool bWasAccepted;
var bool bWasDenied;
var string Message;
var UniqueNetId SendingPlayerId;
var string SendingPlayerNick;
Holds the data used in a friend message
bIsFriendInvite:Whether this is a friend invite or just a generic messagebIsGameInvite:Whether this message is a game invite or notbWasAccepted:Whether the invite has been accepted or notbWasDenied:Whether the invite has been denied or notMessage:The corresponding message that was sentSendingPlayerId:The player that is sending the messageSendingPlayerNick:The nick name of the player that sent the message
Struct holding information used when writing scoring information that is used to determine a player's skill rating
PlayerId:The player that this score is forScore:The score for this playerTeamId:The team that the player is on
Information about a remote talker
bWasTalking:Whether the remote talker was speaking last frameTalkerId:The unique id for this talker
Holds a word/phrase that was recognized by the speech analyzer @note See VoiceInterface.h to change the native layout of this struct
Confidence:How confident the analyzer was in the recognitionWordId:The id of the word in the vocabularyWordText:the actual word
Struct that holds a transient, unique identifier for a player
Uid[8]:The id used by the network to uniquely identify a player
Functions Detail |
---|
Returns true if auto-login credentials are set on the commandline
Called from engine start up code to allow the subsystem to initialize
@return TRUE if the initialization was successful, FALSE otherwise
Called from native code to assign the account interface
@param NewInterface the object to assign as providing the account interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the content interface
@param NewInterface the object to assign as providing the content interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the game interface
@param NewInterface the object to assign as providing the game interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the news interface
@param NewInterface the object to assign as providing the news interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the player interface
@param NewInterface the object to assign as providing the player interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the extended player interface
@param NewInterface the object to assign as providing the player interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the stats interface
@param NewInterface the object to assign as providing the stats interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the system interface
@param NewInterface the object to assign as providing the system interface
@return TRUE if the interface is valid, FALSE otherwise
Called from native code to assign the voice interface
@param NewInterface the object to assign as providing the voice interface
@return TRUE if the interface is valid, FALSE otherwise
Converts a string representing a UniqueNetId into a UniqueNetId struct.
@param UniqueNetIdString the string containing the text representation of the unique id.
@param out_UniqueId will receive the UniqueNetId generated from the string.
@return TRUE if the string was successfully converted into a UniqueNetId; FALSE if the string was not a valid UniqueNetId.
Generates a string representation of a UniqueNetId struct.
@param IdToConvert the unique net id that should be converted to a string.
@return the specified UniqueNetId represented as a string.
Defaultproperties |
---|
defaultproperties { Name="Default__OnlineSubsystem" ObjectArchetype=Object'Core.Default__Object' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |