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