Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_KeyValuePair
Remarks
Contains a key and its value, used by the client/server cache replication mechanism.
Variables
Type | Name | Description | |
---|---|---|---|
FName | Key | The property name. | |
FConcertDataStore_StoreValue | Value | The property value. |