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" |
void ClearInvitations
(
const FUniqueNetId & LocalUserId,
const FUniqueNetId & SenderId,
const FOnlinePartyId * PartyId
)
Remarks
Clear invitations from a user because the invitations were handled by the application true if task was started
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| SenderId | id of the sender |
| PartyId | optional, if specified will clear only the one invitation, if blank all invitations from the sender will be cleared |