FConcertDataStore_KeyValuePair

Contains a key and its value, used by the client/server cache replication mechanism.

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_KeyValuePair

Remarks

Contains a key and its value, used by the client/server cache replication mechanism.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FName

 

Key

The property name.

Public variable UProperty Category visibleanywhere

FConcertDataSto...

 

Value

The property value.

See Also

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