IOnlinePartySystem::GetAdvertisedParty

Get the join info of the specified user and party type

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

IOnlinePartyJoinInfoConstPtr GetAdvertisedParty
(
    const FUniqueNetId & LocalUserId,
    const FUniqueNetId & UserId,
    const FOnlinePartyTypeId PartyTypeId
) const

Remarks

Get the join info of the specified user and party type

Returns

shared pointer to the join info if the user is advertising for that party type

Parameters

Parameter

Description

LocalUserId

user making the request

UserId

user to check

PartyTypeId

type of party to query

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