FOnlineSubsystemModule::DoesInstanceExist

Does an instance of subsystem with the given name exist

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystemModule.h"

Source

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

Syntax

bool DoesInstanceExist
(
    const FName InSubsystemName
) const

Remarks

Does an instance of subsystem with the given name exist

Returns

true if the instance exists, false otherwise

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