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 GetPendingInvites
(
const FUniqueNetId & LocalUserId,
TArray < IOnlinePartyJoinInfoConstRef > & OutPendingInvitesArray
) const
Remarks
Get a list of parties the user has been invited to true if entries found
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| OutPendingInvitesArray | list of party info needed to join the party |