EConcertPackageUpdateType

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertWorkspaceData.h"

Syntax

enum EConcertPackageUpdateType
{
    Dummy,
    Added,
    Saved,
    Renamed,
    Deleted,
}

Values

Name

Description

Dummy

A dummy update, typically used to fence some transactions as no longer relevant

Added

This package has been added, but not yet saved

Saved

This package has been saved

Renamed

This package has been renamed (leaving a redirector)

Deleted

This package has been deleted

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