unreal.UpdateResult

class unreal.UpdateResult

Bases: EnumBase

Instance Update Result.

C++ Source:

  • Plugin: Mutable

  • Module: CustomizableObject

  • File: CustomizableObjectInstance.h

ERROR: UpdateResult

Generic warning. Update finished but with warnings.

Type:

2

ERROR16_BIT_BONE_INDEX: UpdateResult

The update was not finished since due to the LOD management discarding the data.

Type:

6

ERROR_DISCARDED: UpdateResult

The update was replaced by a newer update request.

Type:

5

ERROR_OPTIMIZED: UpdateResult

Generic error.

Type:

3

ERROR_REPLACED: UpdateResult

The update was skipped since its result would have been the same as the current customization.

Type:

4

SUCCESS: UpdateResult

0

WARNING: UpdateResult

Update finished without issues.

Type:

1