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 GetPendingJoinRequests
(
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
TArray < IOnlinePartyPendingJoinRequestInfoConstRef > & OutPendingJoinRequestArray
) const
Remarks
Get list of users requesting to join the party true if entries found
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
| OutPendingUserIdArray | list of pending party members |