Navigation
API > API/Runtime > API/Runtime/Core
A stack of feedback scopes
| Name | FSlowTaskStack |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SlowTaskStack.h |
| Include Path | #include "Misc/SlowTaskStack.h" |
Syntax
struct FSlowTaskStack : public TArray< FSlowTask * >
Inheritance Hierarchy
- TArray → FSlowTaskStack
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetProgressFraction
(
int32 Index |
Get the fraction of work that has been completed for the specified index in the stack (0=total progress) | Misc/SlowTaskStack.h |