IOnlinePartySystem::MakeJoinInfoJson

Returns the json version of a join info for a current party

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

FString MakeJoinInfoJson
(
    const FUniqueNetId & LocalUserId,
    const FOnlinePartyId & PartyId
)

Remarks

Returns the json version of a join info for a current party

Parameters

Parameter

Description

LocalUserId

user making the request

PartyId

party to make the json from

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