IOnlineSubsystem::GetByConfig

Get the online subsystem associated with the given config string

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystem.h"

Syntax

static IOnlineSubsystem * GetByConfig
(
    const FString & ConfigString,
    bool bAutoLoad
)

Remarks

Get the online subsystem associated with the given config string

Returns

pointer to the appropriate online subsystem

Parameters

Parameter

Description

ConfigString

Key to query for

bAutoLoad

load the module if not already loaded

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