FConcertDataStoreResult

Contains the result of a Concert data store operation.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStoreMessages.h"

Syntax

class FConcertDataStoreResult

Remarks

Contains the result of a Concert data store operation. This class, as opposed to FConcertDataStore_Response, contains a shared pointer on the value to manage the lifetime of a value in the multi-versions client cache.

Variables

Name Description

Public variable

EConcertDataSto...

 

Code

The operation result code.

Public variable

FConcertDataSto...

 

Value

The value returned to the caller unless an error occurred.

Constructors

Name Description

Public function

FConcertDataStoreResult()

Constructs a result containing the EConcertDataStoreResultCode::UnexpectedError code and no value.

Public function

FConcertDataStoreResult

(
    EConcertDataStoreResultCode InError...
)

Construct a result containing the specified error code and no value.

Public function

FConcertDataStoreResult

Construct a result containing the specified code (added, fetched, exchanged) and its corresponding value.

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