IOnlineSubsystem::DoesInstanceExist

Determine if an instance of the subsystem already exists

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystem.h"

Syntax

static bool DoesInstanceExist
(
    const FName & SubsystemName
)

Remarks

Determine if an instance of the subsystem already exists

Returns

true if instance exists, false otherwise

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