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;DoesInstanceExist
&40;
const UWorld &42; World,
const FName & SubsystemName
&41;
}
Remarks
Determine if the subsystem for a given interface has been instanced true if the subsystem has been instanced
Parameters
| Name | Description |
|---|---|
| World | the world to use for context |
| SubsystemName | name of the requested online service |