Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlinePartySystem
Description
Restore party invites. Intended to be called once during login to restore state from other running instances.
| Name | RestoreInvites |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
void RestoreInvites
(
const FUniqueNetId & LocalUserId,
const FOnRestoreInvitesComplete & CompletionDelegate
)
Parameters
| Name | Remarks |
|---|---|
| LocalUserId | the user to restore the pings for |
| CompletionDelegate | the delegate to trigger on completion |