FProgressCancel

[FProgressCancel](API\Runtime\GeometryCore\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

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/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