EConcertDataStoreResultCode

Response codes for Concert data store operations.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStoreMessages.h"

Syntax

enum EConcertDataStoreResultCode
{
    Added,
    Fetched,
    Exchanged,
    NotFound,
    TypeMismatch,
    UnexpectedError,
}

Values

Name

Description

Added

The key/value pair was added.

Fetched

The specified key value was fetched.

Exchanged

The specified key value was exchanged.

NotFound

Reading or writing a key value in the data store failed because the specified key could not be found.

TypeMismatch

Reading or writing a key value in the data store failed because the specified value type did not match the stored value type.

UnexpectedError

An unexpected error occurred.

Remarks

Response codes for Concert data store operations.

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