EThreadType

A thread type used for doing a part of the update process.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "RenderAssetUpdate.h"

Syntax

enum EThreadType
{
    TT_None,
    TT_Render,
    TT_Async,
    TT_GameThread,
    TT_GameRunningAsync,
}

Values

Name

Description

TT_None

TT_Render

TT_Async

TT_GameThread

TT_GameRunningAsync

Remarks

A thread type used for doing a part of 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