| AssetClass |
FString |
The class of the asset contained in this package. |
ConcertWorkspaceData.h |
|
| bAutoSave |
bool |
Was this update caused by an auto-save? |
ConcertWorkspaceData.h |
|
| bCanSkipHotReload |
bool |
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. |
ConcertWorkspaceData.h |
|
| bPreSave |
bool |
Was this update caused by a pre-save? |
ConcertWorkspaceData.h |
|
| NewPackageName |
FName |
The new name of the package (if PackageUpdateType == EConcertPackageUpdateType::Renamed) |
ConcertWorkspaceData.h |
|
| PackageFileExtension |
FString |
The extension of the package file on disk (eg, .umap or .uasset) |
ConcertWorkspaceData.h |
|
| PackageName |
FName |
The name of the package |
ConcertWorkspaceData.h |
|
| PackageUpdateType |
EConcertPackageUpdateType |
What kind of package update is this? |
ConcertWorkspaceData.h |
|
| TransactionEventIdAtSave |
int64 |
What was the max transaction event ID when this update was made? (to discard older transactions that applied to this package) |
ConcertWorkspaceData.h |
|