Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Description
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 StartFrame has been called and then only until the TickFunction finishes execution. This returns a reference so IsCompletionHandleValid must be called first.
| Name | GetCompletionHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp |
FGraphEventRef GetCompletionHandle() const