Online::IsLoaded

Determine if the subsystem module for a given interface is already loaded.

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::IsLoaded
    (
        const UWorld * World,
        const FName & SubsystemName
    )
}

Remarks

Determine if the subsystem module for a given interface is already loaded.

that modules do not typically initialize the subsystem when the module is loaded.

Returns

true if module for the subsystem is loaded

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