FConstructor

This is a helper class returned from the factory.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

class FConstructor

Remarks

This is a helper class returned from the factory. It constructs the embeded task with a set of arguments and sets the task up and makes it ready to execute. The task may complete before these routines even return.

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function

FGraphEventR...

 

ConstructAndDispatchWhenReady

(
    T&&... Args
)

Passthrough internal task constructor and dispatch.

Public function

TGraphTask &...

 

ConstructAndHold

(
    T&&... Args
)

Passthrough internal task constructor and hold.

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