Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEnabled () |
OnlineSubsystem.h | ||
| Determine if the subsystem for a given interface is enabled by config and command line | OnlineSubsystem.h |
IsEnabled()
| Name | IsEnabled |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h |
| Include Path | #include "OnlineSubsystem.h" |
bool IsEnabled() const
true if the subsystem is enabled, false otherwise
IsEnabled(const FName &, const FName &)
Description
Determine if the subsystem for a given interface is enabled by config and command line
| Name | IsEnabled |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h |
| Include Path | #include "OnlineSubsystem.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSubsystem.cpp |
static bool IsEnabled
(
const FName & SubsystemName,
const FName & InstanceName
)
true if the subsystem is enabled by config
Parameters
| Name | Remarks |
|---|---|
| SubsystemName | Name of the requested online service |