IOnlinePartySystem::MakeTokenFromJoinInfo

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

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

FString MakeTokenFromJoinInfo
(
    const IOnlinePartyJoinInfo & JoinInfo
) const

Remarks

Creates a command line token from a IOnlinePartyJoinInfo object

return the new IOnlinePartyJoinInfo object

Parameters

Parameter

Description

JoinInfo

the IOnlinePartyJoinInfo object to convert

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