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" |
bool GetJoinedParties
&40;
const FUniqueNetId & LocalUserId,
TArray< TSharedRef< const FOnlinePartyId >> & OutPartyIdArray
&41; const
Remarks
Get a list of currently joined parties for the user true if entries found
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| OutPartyIdArray | list of party ids joined by the current user |