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 InternalRegisterChangeNotificationHandler
&40;
const FName & Key,
const FName & TypeName,
const FChangeNotificationHandler & Handler,
EConcertDataStoreChangeNotificationOptions Options
&41;
Remarks
Registers a delegate invoked when the specified key is added or modified.
Parameters
| Name | Description |
|---|---|
| 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()