FProgressCancel

[FProgressCancel](API\Plugins\GeometricObjects\Util\FProgressCancel) is an obejct that is intended to be passed to long-running computes to do two things: 1) provide progress info back to caller (not implemented yet) 2) allow caller to cancel the computation

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/ProgressCancel.h

Include

#include "Util/ProgressCancel.h"

Syntax

class FProgressCancel

Remarks

FProgressCancel is an obejct that is intended to be passed to long-running computes to do two things: 1) provide progress info back to caller (not implemented yet) 2) allow caller to cancel the computation

Variables

Name Description

Public variable

TFunction< bool...

 

CancelF

Public variable

TArray< FMessag...

 

Warnings

Functions

Name Description

Public function

void

 

AddWarning

(
    const FText& MessageText,
    EMessageLevel MessageLevel
)

Public function

bool

 

Cancelled()

Classes

Name

Description

Public struct

FMessageInfo

Enums

Name

Description

Public enum

EMessageLevel

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