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.

Returns

a reference counted pointer to the new graph event. Note this should be stored in a FGraphEventRef or it will be immediately destroyed!

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