FConcertDataStore_StoreValue

A value and its meta-data as stored by a Concert data store and transported between a client and a server.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h

Include

#include "ConcertDataStoreMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
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

Name Description

Public variable UProperty Category visibleanywhere

FConcertSession...

 

SerializedValue

Contains the value in its serialized and compact form.

Public variable UProperty Category visibleanywhere

FName

 

TypeName

The data type name as returned by TConcertDataStoreType::GetFName().

Public variable UProperty Category visibleanywhere

uint32

 

Version

The value version number set by the server.

Functions

Name Description

Public function Const

T

 

DeserializeUnchecked()

Deserialize FConcertDataStore_StoreValue::SerializedValue field into type T, without type checking.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss