Navigation
API > API/Plugins > API/Plugins/ModelingOperators
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/BackgroundModelingComputeSource.h |
| Include | #include "BackgroundModelingComputeSource.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EBackgroundComputeTaskStatus
&123;
ValidResultAvailable,
DirtyResultAvailable,
Aborted,
InProgress,
NotComputing,
&125;
}
}
Values
| Name | Description |
|---|---|
| ValidResultAvailable | Computation of a result has finished and is waiting to be returned |
| DirtyResultAvailable | We have a result available, but a recompute has been requested. |
| Aborted | Last active computation was canceled and nothing new has happend yet |
| InProgress | Computation is currently running |
| NotComputing | Not running active computation, and last result has already been returned, so no new results to report |
Remarks
This status is returned by TBackgroundModelingComputeSource to indicate what state a background computation is in