IOnlinePartySystem::CleanupParties

Cleanup party state.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

void CleanupParties
(
    const FUniqueNetId & LocalUserId,
    const FOnCleanupPartiesComplete & CompletionDelegate
)

Remarks

Cleanup party state. This will cleanup the local party state and attempt to cleanup party memberships on an external service if possible. Intended to be called for development purposes.

Parameters

Parameter

Description

LocalUserId

the user to cleanup the parties 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