unreal.PackageSaveResolutionType¶
- class unreal.PackageSaveResolutionType¶
Bases:
EnumBaseRepresents what kind of saving procedure was performed to save the package
C++ Source:
Plugin: Mutable
Module: CustomizableObject
File: CustomizableObjectInstance.h
- NEW_FILE: PackageSaveResolutionType¶
The package got saved as a new file.
- Type:
1
- NONE: PackageSaveResolutionType¶
0
- OVERRIDEN: PackageSaveResolutionType¶
The package was already present on disk so the old package was deleted and a new one was saved on its place
- Type:
2
- UNABLE_TO_OVERRIDE: PackageSaveResolutionType¶
An override was required but due to an error or lack of user permission it could not be done.
- Type:
3
- Type:
Error type