ESlowTaskVisibility

Enum to specify a particular slow task section should be shown

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/SlowTask.h

Include

#include "Misc/SlowTask.h"

Syntax

enum ESlowTaskVisibility
{
    Default,
    ForceVisible,
    Invisible,
}

Values

Name

Description

Default

Default visibility (inferred by some heuristic of remaining work/time open)

ForceVisible

Force this particular slow task to be visible on the UI

Invisible

Forcibly prevent this slow task from being shown, but still use it for work progress calculations

Remarks

Enum to specify a particular slow task section should be shown

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss