![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreGlobals.h"#include "CoreTypes.h"#include "Internationalization/Text.h"#include "Misc/Optional.h"Go to the source code of this file.
Classes | |
| struct | FSlowTask |
Enumerations | |
| enum class | ESlowTaskVisibility { Default , ForceVisible , Important , Invisible } |
|
strong |
Enum to specify a particular slow task section should be shown
| Enumerator | |
|---|---|
| Default | Default visibility (inferred by some heuristic of remaining work/time open) |
| ForceVisible | Ignore the required minimum visible time and non-empty text requirement |
| Important | Force this particular slow task to be visible on the UI, overriding tasks if there is no space in ascending order of recency (newest tasks at the bottom first) |
| Invisible | Forcibly prevent this slow task from being shown, but still use it for work progress calculations |