IOnlineSession::CreateSessionIdFromString

Create a session id from a string

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

TSharedPtr< const FUniqueNetId > CreateSessionIdFromString
(
    const FString & SessionIdStr
)

Remarks

Create a session id from a string

Returns

a session id, or nullptr if SessionIdStr is invalid

Parameters

Parameter

Description

SessionIdStr

the string representation of the session id

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