Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
Include |
#include "Async/TaskGraphInterfaces.h" |
List of tasks that can be "joined" into one task which can be waited on or used as a prerequisite. Note, these are FGraphEventRef's, but we manually manage the reference count instead of using a smart pointer