IOnlineSubsystem::IsEnabled

Determine if the subsystem for a given interface is enabled by config and command line

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h

Include

#include "OnlineSubsystem.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSubsystem.cpp

Syntax

static bool IsEnabled
(
    const FName & SubsystemName,
    const FName & InstanceName
)

Remarks

Determine if the subsystem for a given interface is enabled by config and command line

Returns

true if the subsystem is enabled by config

Parameters

Parameter

Description

SubsystemName

Name of the requested online service

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss