IOnlinePartySystem::MakeJoinInfoFromToken

Creates a [IOnlinePartyJoinInfo](API\Plugins\OnlineSubsystem\Interfaces\IOnlinePartyJoinInfo) object from a command line token

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

IOnlinePartyJoinInfoConstPtr MakeJoinInfoFromToken
(
    const FString & Token
) const

Remarks

Creates a IOnlinePartyJoinInfo object from a command line token

return the new IOnlinePartyJoinInfo object

Parameters

Parameter

Description

Token

the token string

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