Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
SlowTask.h File Reference
#include "CoreGlobals.h"
#include "CoreTypes.h"
#include "Internationalization/Text.h"
#include "Misc/Optional.h"
+ Include dependency graph for SlowTask.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FSlowTask
 

Enumerations

enum class  ESlowTaskVisibility {
  Default = 0x0 , ForceVisible = 0x1 , Invisible = 0x2 , Default ,
  ForceVisible , Invisible
}
 

Enumeration Type Documentation

◆ ESlowTaskVisibility

Enum to specify a particular slow task section should be shown

Enumerator
Default 
ForceVisible 
Invisible 
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

Definition at line 13 of file SlowTask.h.