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&40;&41;
struct FConcertDataStore_StoreValue
Remarks
A value and its meta-data as stored by a Concert data store and transported between a client and a server.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FConcertSessionSerializedPayload | SerializedValue | Contains the value in its serialized and compact form. |
![]() ![]() ![]() ![]() |
FName | TypeName | The data type name as returned by TConcertDataStoreType::GetFName(). |
![]() ![]() ![]() ![]() |
uint32 | Version | The value version number set by the server. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
T | Deserialize FConcertDataStore_StoreValue::SerializedValue field into type T, without type checking. |