Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSlowTask
Description
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).
| Name | EnterProgressFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SlowTask.h |
| Include Path | #include "Misc/SlowTask.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SlowTask.cpp |
void EnterProgressFrame
(
float ExpectedWorkThisFrame,
const FText & Text
)
Parameters
| Name | Remarks |
|---|---|
| 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. |