Online::DoesInstanceExist

Determine if the subsystem for a given interface has been instanced

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "OnlineSubsystemUtils.h"

Syntax

namespace Online
{
    static bool Online::DoesInstanceExist
    (
        const UWorld * World,
        const FName & SubsystemName
    )
}

Remarks

Determine if the subsystem for a given interface has been instanced

Returns

true if the subsystem has been instanced

Parameters

Parameter

Description

World

the world to use for context

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