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 AddThread
&40;
uint32 ThreadId,
FRunnableThread &42; Thread
&41;
Remarks
Used internally to add a new thread object.
Parameters
Name | Description |
---|---|
Thread | thread object. |