Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadManager
Description
Used internally to add a new thread object.
| Name | AddThread |
| 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 AddThread
(
uint32 ThreadId,
FRunnableThread * Thread
)
Parameters
| Name | Remarks |
|---|---|
| Thread | thread object. |
See Also
- RemoveThread