Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadManager
Description
Used internally to remove thread object.
| Name | RemoveThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/ThreadManager.h |
| Include Path | #include "HAL/ThreadManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ThreadingBase.cpp |
void RemoveThread
(
FRunnableThread * Thread
)
Parameters
| Name | Remarks |
|---|---|
| Thread | thread object to be removed. |