Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FProgressCancel
Progress tracking data.
| Name | FProgressData |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include Path | #include "Util/ProgressCancel.h" |
Syntax
struct FProgressData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentMax | float | Util/ProgressCancel.h | ||
| CurrentMin | float | Active range of progress tracking progress should not go out of this range. | Util/ProgressCancel.h | |
| Message | FText | Message describing the current work being done. | Util/ProgressCancel.h | |
| ScopeDepth | int | Number of nested scopes currently affecting the active range. | Util/ProgressCancel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float Range() |
Util/ProgressCancel.h | ||
float SafeAdvance
(
float CurrentFraction, |
Advance progress without going beyond the current range. | Util/ProgressCancel.h |