FGraphEvent::CreateGraphEvent

A factory method to create a graph event.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Source

/Engine/Source/Runtime/Core/Private/Async/TaskGraph.cpp

Syntax

static FGraphEventRef CreateGraphEvent()

Remarks

A factory method to create a graph event.

this should be stored in a FGraphEventRef or it will be immediately destroyed!

Returns

a reference counted pointer to the new graph event.

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