IOnlineSubsystemUtils::GetOnlineIdentifier

Gets an [FName](API\Runtime\Core\UObject\FName) that uniquely identifies an instance of OSS

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "OnlineSubsystemUtils.h"

Syntax

FName GetOnlineIdentifier
(
    const FWorldContext & WorldContext,
    const FName Subsystem
) const

Remarks

Gets an FName that uniquely identifies an instance of OSS

Returns

an FName of format Subsystem:Context_Id in PlayInEditor or Subsystem everywhere else

Parameters

Parameter

Description

WorldContext

the worldcontext associated with a particular subsystem

Subsystem

the name of the subsystem

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