Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h |
| Include | #include "OnlineSubsystemUtils.h" |
namespace Online
{
static bool Online&58;&58;IsLoaded
&40;
const UWorld &42; World,
const FName & SubsystemName
&41;
}
Remarks
Determine if the subsystem module for a given interface is already loaded. Note that modules do not typically initialize the subsystem when the module is loaded. true if module for the subsystem is loaded
Parameters
| Name | Description |
|---|---|
| World | the world to use for context |
| SubsystemName | name of the requested online service |