Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineSubsystemModule
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemModule.h |
| Include | #include "OnlineSubsystemModule.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSubsystemModule.cpp |
virtual IOnlineSubsystem &42; GetOnlineSubsystem
&40;
const FName InSubsystemName
&41;
Remarks
Main entry point for accessing an online subsystem by name Will load the appropriate module if the subsystem isn't currently loaded It's possible that the subsystem doesn't exist and therefore can return NULL Requested online subsystem, or NULL if that subsystem was unable to load or doesn't exist
Parameters
| Name | Description |
|---|---|
| InSubsystemName | name of subsystem as referenced by consumers |