IConcertClientDataStore::InternalUnregisterChangeNotificationHandler

Unregisters the delegate corresponding to the specified key (if any) to stop receiving the key change notifications.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h

Include

#include "IConcertClientDataStore.h"

Syntax

void InternalUnregisterChangeNotificationHandler
(
    const FName & Key
)

Remarks

Unregisters the delegate corresponding to the specified key (if any) to stop receiving the key change notifications.

Parameters

Parameter

Description

Key

The key for which the handler should be removed.

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