Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemImpl.h |
Include |
#include "OnlineSubsystemImpl.h" |
class FOnlineSubsystemImpl :
public IOnlineSubsystem,
public FTSTickerObjectBase
FOnlineSubsystemImpl - common functionality to share across online platforms, not intended for direct use
Name | Description | ||
---|---|---|---|
|
bForceDedicated |
Whether or not the online subsystem is in forced dedicated server mode |
|
|
bTickerStarted |
Is the ticker started |
|
|
CurrentTickBuffer |
Buffer to hold callbacks for the current tick (so it's safe to call ExecuteNextTick within a tick callback) |
|
|
InstanceName |
Instance name (disambiguates PIE instances for example) |
|
|
NamedInterfaces |
Holds all currently named interfaces |
|
|
NextTickQueue |
Queue to hold callbacks scheduled for next tick using ExecuteNextTick |
|
|
SubsystemName |
Name of the subsystem |
Name | Description | |
---|---|---|
|
FOnlineSubsystemImpl() |
Hidden on purpose |
|
FOnlineSubsystemImpl |
|
|
FOnlineSubsystemImpl |
Name | Description | |
---|---|---|
|
~FOnlineSubsystemImpl() |
Name | Description | ||
---|---|---|---|
|
ExecuteDelegateNextTick ( |
Queue a delegate to be executed on the next tick |
|
|
ExecuteNextTick ( |
Templated helper for calling ExecuteDelegateNextTick with a lambda function |
|
|
FilterResponseStr |
Modify a response string so that it can be logged cleanly |
|
|
InitNamedInterfaces() |
Load in any named interfaces specified by the ini configuration |
|
|
OnNamedInterfaceCleanup() |
Delegate fired when named interfaces are cleaned up at exit |
|
|
StartTicker() |
Start Ticker |
|
|
StopTicker() |
Stop Ticker |
Name | Description | ||
---|---|---|---|
|
Exec ( |
Exec handler that allows the online subsystem to process exec commands |
|
|
IOnlineAchie... |
GetAchievementsInterface() |
Get the interface for accessing online achievements |
|
IOnlineChatP... |
GetChatInterface() |
Get the interface for user-user and user-room chat functionality |
|
IOnlineEntit... |
GetEntitlementsInterface() |
Get the interface for accessing user entitlements |
|
IOnlineEvent... |
GetEventsInterface() |
Get the interface for accessing online achievements |
|
IOnlineExter... |
GetExternalUIInterface() |
Get the interface for accessing the external UIs of a service |
|
IOnlineGameA... |
GetGameActivityInterface() |
Get interface for accessing the game activity |
|
IOnlineGameI... |
GetGameItemStatsInterface() |
Get interface for accessing the game item stats |
|
IOnlineGameM... |
GetGameMatchesInterface() |
Get interface for accessing game matches |
|
IOnlineGroup... |
GetGroupsInterface() |
|
|
IOnlineIdent... |
GetIdentityInterface() |
Get the interface for accessing identity online services |
|
GetInstanceName() |
Get the instance name, which is typically "default" or "none" but distinguishes one instance from another in "Play In Editor" mode. |
|
|
IOnlineLeade... |
GetLeaderboardsInterface() |
Get the interface for accessing leaderboards/rankings of a service |
|
IOnlineMessa... |
GetMessageInterface() |
Get the interface for accessing online messages |
|
IMessageSani... |
GetMessageSanitizer |
Get the interface for accessing the message sanitizer service |
|
UObject *... |
GetNamedInterface ( |
Get custom UObject data preserved by the online subsystem |
|
EOnlineEnvir... |
GetOnlineEnvironment() |
|
|
GetOnlineEnvironmentName() |
||
|
IOnlineParty... |
GetPartyInterface() |
Get the interface for accessing the player party services |
|
IOnlinePrese... |
GetPresenceInterface() |
Get the interface for managing rich presence information |
|
IOnlinePurch... |
GetPurchaseInterface() |
Get the interface for purchasing |
|
IOnlineShare... |
GetSharedCloudInterface() |
Get the interface for sharing user files in the cloud |
|
IOnlineShari... |
GetSharingInterface() |
Get the interface for accessing online sharing |
|
GetSocialPlatformName() |
||
|
IOnlineStats... |
GetStatsInterface() |
Get the interface for accessing online stats |
|
IOnlineStore... |
GetStoreV2Interface() |
Get the interface for accessing an online store |
|
GetSubsystemName() |
Return the name of the subsystem |
|
|
IOnlineTimeP... |
GetTimeInterface() |
Get the interface for accessing the server time from an online service |
|
IOnlineTitle... |
GetTitleFileInterface() |
Get the interface for accessing title file online services |
|
IOnlineTourn... |
GetTournamentInterface() |
Get the interface for managing tournament information |
|
IOnlineTurnB... |
GetTurnBasedInterface() |
Get the interface for managing turn based multiplayer games |
|
IOnlineUserC... |
GetUserCloudInterface() |
Get the interface for accessing user files in the cloud |
|
IOnlineUserP... |
GetUserInterface() |
Get the interface for accessing online user information |
|
IOnlineVoice... |
GetVoiceInterface() |
Get the interface for accessing voice related data |
|
IsDedicated() |
Is the online subsystem associated with the game/editor/engine running as dedicated. |
|
|
IsEnabled() |
||
|
IsLocalPlayer ( |
Is a player local to this machine by unique id |
|
|
IsServer() |
Is this instance of the game running as a server (dedicated OR listen) checks the Engine if possible for netmode status |
|
|
PreUnload() |
Perform any shutdown actions prior to any other modules being unloaded/shutdown |
|
|
ReloadConfigs |
Reload the configuration if it is relevant for this OSS instance |
|
|
SetForceDedicated ( |
Force the online subsystem to behave as if it's associated with running a dedicated server |
|
|
SetNamedInterface |
Set a custom UObject to be preserved by the online subsystem |
|
|
SetUsingMultiplayerFeatures ( |
Some platforms must know when the game is using Multiplayer features so they can do recurring authorization checks. |
|
|
Shutdown() |
Shutdown the underlying subsystem APIs |
Name | Description | ||
---|---|---|---|
|
Tick ( |
Name |
Description |
---|---|
DefaultInstanceName |
Name given to default OSS instances (disambiguates for PIE) |