Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertWorkspaceData.h |
| Include | #include "ConcertWorkspaceData.h" |
Syntax
USTRUCT ()
struct FConcertPackageInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetClass | The class of the asset contained in this package. | |
| bool | bAutoSave | Was this update caused by an auto-save? | |
| bool | bCanSkipHotReload | Can we skip hot reload on this package? Hot reload is required to update changes to a loaded asset to a newer versoin modified in a multi-user session. | |
| bool | bPreSave | Was this update caused by a pre-save? | |
| FName | NewPackageName | The new name of the package (if PackageUpdateType == EConcertPackageUpdateType::Renamed) | |
| FString | PackageFileExtension | The extension of the package file on disk (eg, .umap or .uasset) | |
| FName | PackageName | The name of the package | |
| EConcertPackageUpdateType | PackageUpdateType | What kind of package update is this? | |
| int64 | TransactionEventIdAtSave | What was the max transaction event ID when this update was made? (to discard older transactions that applied to this package) |