FTickFunction::GetCompletionHandle

Gets the current completion handle of this tick function, so it can be delayed until a later point when some additional tasks have been completed.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp

Syntax

FGraphEventRef GetCompletionHandle() const

Remarks

Gets the current completion handle of this tick function, so it can be delayed until a later point when some additional tasks have been completed. Only valid after TG_PreAsyncWork has started and then only until the TickFunction finishes execution

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