Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FSlowTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SlowTask.h |
| Include | #include "Misc/SlowTask.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SlowTask.cpp |
void EnterProgressFrame
&40;
float ExpectedWorkThisFrame,
const FText & Text
&41;
Remarks
Indicate that we are to enter a frame that will take up the specified amount of work. Completes any previous frames (potentially contributing to parent scopes' progress).
Parameters
| Name | Description |
|---|---|
| ExpectedWorkThisFrame | The amount of work that will happen between now and the next frame, as a numerator of TotalAmountOfWork. |
| Text | Optional text to describe this frame's purpose. |