Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientDataStore
Description
Registers a delegate invoked when the specified key is added or modified.
| Name | InternalRegisterChangeNotificationHandler |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h |
| Include Path | #include "IConcertClientDataStore.h" |
void InternalRegisterChangeNotificationHandler
(
const FName & Key,
const FName & TypeName,
const FChangeNotificationHandler & Handler,
EConcertDataStoreChangeNotificationOptions Options
)
Parameters
| Name | Remarks |
|---|---|
| Key | The name of the value to observe. |
| TypeName | The value type name as returned by TConcertDataStoreType |
| Handler | The delegate function invoked when the specified key is added or modified. |
| Options | A set of options controlling if handler should be called or not in special situation. |
See Also
- IConcertClientDataStore::RegisterChangeNotificationHandler()