unreal.UpdateResult¶
- class unreal.UpdateResult¶
Bases:
EnumBaseInstance Update Result.
C++ Source:
Plugin: Mutable
Module: CustomizableObject
File: CustomizableObjectInstance.h
- ERROR: UpdateResult = Ellipsis¶
Generic warning. Update finished but with warnings.
- Type:
2
- ERROR16_BIT_BONE_INDEX: UpdateResult = Ellipsis¶
The update was not finished since due to the LOD management discarding the data.
- Type:
6
- ERROR_DISCARDED: UpdateResult = Ellipsis¶
The update was replaced by a newer update request.
- Type:
5
- ERROR_OPTIMIZED: UpdateResult = Ellipsis¶
Generic error.
- Type:
3
- ERROR_REPLACED: UpdateResult = Ellipsis¶
The update was skipped since its result would have been the same as the current customization.
- Type:
4
- SUCCESS: UpdateResult = Ellipsis¶
0
- WARNING: UpdateResult = Ellipsis¶
Update finished without issues.
- Type:
1