Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Description
Returns true if GetCompletionHandle will return a valid completion handle. This is only true for functions that are registered and have not finished ticking in the current frame.
| Name | IsCompletionHandleValid |
| 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 |
bool IsCompletionHandleValid() const