FConcertDataStore_Request

The request used as the base class for fetch or add and compare exchange requests.

Windows
MacOS
Linux

Inheritance Hierarchy

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_Request

Remarks

The request used as the base class for fetch or add and compare exchange requests. The end user should not use this structure directly, but use the FetchOrAdd() or CompareExchange() API instead.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FName

 

Key

The name of the value to add/fetch/compare exchange.

Public variable UProperty Category visibleanywhere

FName

 

TypeName

The type name of the value USTRUCT to compare and exchange as returned by TConcertDataStoreType::GetFName().

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