Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
IOnlinePartyJoinInfoConstPtr GetAdvertisedParty
&40;
const FUniqueNetId & LocalUserId,
const FUniqueNetId & UserId,
const FOnlinePartyTypeId PartyTypeId
&41; const
Remarks
Get the join info of the specified user and party type shared pointer to the join info if the user is advertising for that party type
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| UserId | user to check |
| PartyTypeId | type of party to query |