FBaseGraphTask::PrerequisitesComplete

Indicates that the prerequisites are set up and that the task can be executed as soon as the prerequisites are finished.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void PrerequisitesComplete
(
    ENamedThreads::Type CurrentThread,
    int32 NumAlreadyFinishedPrequistes,
    bool bUnlock
)

Remarks

Indicates that the prerequisites are set up and that the task can be executed as soon as the prerequisites are finished.

Parameters

Parameter

Description

NumAlreadyFinishedPrequistes;

the number of prerequisites that have not been set up because those tasks had already completed.

bUnlock;

if true, let the task execute if it can

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