TAsyncGraphTask::DoTask

Performs the actual task.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/Async.h

Include

#include "Async/Async.h"

Syntax

void DoTask
(
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef & MyCompletionGraphEvent
)

Remarks

Performs the actual task.

Parameters

Parameter

Description

CurrentThread

The thread that this task is executing on.

MyCompletionGraphEvent

The completion event.

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