ETaskState

The state of scheduled work for the update process.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/RenderAssetUpdate.h

Include

#include "RenderAssetUpdate.h"

Syntax

enum ETaskState
{
    TS_Done,
    TS_Suspended,
    TS_InProgress,
    TS_Locked,
    TS_Init,
}

Values

Name

Description

TS_Done

TS_Suspended

TS_InProgress

TS_Locked

TS_Init

Remarks

The state of scheduled work for the update process.

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