Navigation
Unreal Engine C++ API Reference > 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
(
float ExpectedWorkThisFrame,
const FText & Text
)
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. |