FGraphEvent::AddSubsequent

Attempts to a new subsequent task.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

bool AddSubsequent
(
    class FBaseGraphTask * Task
)

Remarks

Attempts to a new subsequent task. If this event has already fired, false is returned and action must be taken to ensure that the task will still fire even though this event cannot be a prerequisite (because it is already finished).

Returns

true if the task was successfully set up as a subsequent. false if the event has already fired.

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