FConcertPackageInfo

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertWorkspaceData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertPackageInfo

Variables

Name Description

Public variable UProperty

bool

 

bAutoSave

Was this update caused by an auto-save?

Public variable UProperty

bool

 

bPreSave

Was this update caused by a pre-save?

Public variable UProperty

FName

 

NewPackageName

The new name of the package (if PackageUpdateType == EConcertPackageUpdateType::Renamed)

Public variable UProperty

FString

 

PackageFileExtension

The extension of the package file on disk (eg, .umap or .uasset)

Public variable UProperty

FName

 

PackageName

The name of the package

Public variable UProperty

EConcertPackage...

 

PackageUpdateType

What kind of package update is this?

Public variable UProperty

int64

 

TransactionEventIdAtSave

What was the max transaction event ID when this update was made? (to discard older transactions that applied to this package)

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