Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FProgressCancel
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include | #include "Util/ProgressCancel.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Util/ProgressCancel.cpp |
static FProgressScope CreateScopeTo
&40;
FProgressCancel &42; ProgressCancel,
float ProgressTo,
const FText & Message
&41;
A new FProgressScope that covers work from the current progress to the target progress value (relative to the current scope)
Parameters
| Name | Description |
|---|---|
| ProgressCancel | Progress will be tracked on this. If null, the FProgressScope will do nothing. |
| ProgressTo | Target value to increase progress to w/in this scope (as a fraction of the current outer-scope active progress range) |
| Message | Optional message describing the work to be done |