Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Interface for creating the actual online subsystem instance for a given platform all modules must implement this
| Name | IOnlineFactory |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h |
| Include Path | #include "OnlineSubsystem.h" |
Syntax
class IOnlineFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnlineFactory() |
OnlineSubsystem.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlineFactory() |
OnlineSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnlineSubsystemPtr CreateSubsystem
(
FName InstanceName |
Create an instance of the platform subsystem | OnlineSubsystem.h |