EUpdatePolicy

Defines how the store updates an existing value.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStore.h"

Syntax

enum EUpdatePolicy
{
    Overwrite,
    Replace,
}

Values

Name

Description

Overwrite

The existing value pointed by the shared pointer is overwritten, instantaneously updating all returned values still held by the client.

Replace

The existing shared pointer is replaced with a new shared pointer, leaving values returned to the client (shared pointers) unchanged.

Remarks

Defines how the store updates an existing 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