Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThread
Description
Checks if the thread object identifies an active thread of execution. A thread that has finished executing code, but has not yet been joined is still considered an active thread of execution and is therefore joinable.
| Name | IsJoinable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Thread.h |
| Include Path | #include "HAL/Thread.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/Thread.cpp |
bool IsJoinable() const
See Also
- Join