IOnlinePartySystem::RestoreInvites

Restore party invites.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

void RestoreInvites
(
    const FUniqueNetId & LocalUserId,
    const FOnRestoreInvitesComplete & CompletionDelegate
)

Remarks

Restore party invites. Intended to be called once during login to restore state from other running instances.

Parameters

Parameter

Description

LocalUserId

the user to restore the pings for

CompletionDelegate

the delegate to trigger on completion

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss