FOnlineSubsystemImpl::GetInstanceName

Get the instance name, which is typically "default" or "none" but distinguishes one instance from another in "Play In Editor" mode.

Windows
MacOS
Linux

Override Hierarchy

IOnlineSubsystem::GetInstanceName()

FOnlineSubsystemImpl::GetInstanceName()

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystemImpl.h"

Syntax

virtual FName GetInstanceName() const

Remarks

Get the instance name, which is typically "default" or "none" but distinguishes one instance from another in "Play In Editor" mode. Most platforms can't do this because of third party requirements that only allow one login per machine instance

Returns

the instance name of this 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