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