EBackgroundComputeTaskStatus

This status is returned by [TBackgroundModelingComputeSource](API\Plugins\ModelingOperators\TBackgroundModelingComputeSource) to indicate what state a background computation is in

Windows
MacOS
Linux

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/BackgroundModelingComputeSource.h

Include

#include "BackgroundModelingComputeSource.h"

Syntax

enum EBackgroundComputeTaskStatus
{
    NewResultAvailable    = 0,
    Aborted               = 1,
    InProgress            = 2,
    NotComputing          = 3,
}

Values

Name

Description

NewResultAvailable

Computation of a result has finished and is waiting to be returned

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss