FBaseGraphTask::FBaseGraphTask

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

FBaseGraphTask
(
    int32 InNumberOfPrerequistitesOutstanding
)

Remarks

Constructor

Parameters

Parameter

Description

InNumberOfPrerequistitesOutstanding;

the number of prerequisites outstanding. We actually add one to this to prevent the task from firing while we are setting up the task

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