Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientDataStore
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h |
| Include | #include "IConcertClientDataStore.h" |
void UnregisterChangeNotificationHander
&40;
const FName & Key
&41;
Remarks
Unregisters the function callback corresponding to the specified key (if any) to stop receiving the key change notifications.
Parameters
| Name | Description |
|---|---|
| Key | The key for which the handler should be removed. |