Navigation
Unreal Engine C++ API Reference > 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
&40;
FRunnableThread &42; Thread
&41;
Remarks
Used internally to remove thread object.
Parameters
Name | Description |
---|---|
Thread | thread object to be removed. |