Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FRunnableThread
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/RunnableThread.h |
| Include | #include "HAL/RunnableThread.h" |
bool CreateInternal
&40;
FRunnable &42; InRunnable,
const TCHAR &42; InThreadName,
uint32 InStackSize,
EThreadPriority InThreadPri,
uint64 InThreadAffinityMask,
EThreadCreateFlags InCreateFlags
&41;
Remarks
Creates the thread with the specified stack size and thread priority. True if the thread and all of its initialization was successful, false otherwise
Parameters
| Name | Description |
|---|---|
| InRunnable | The runnable object to execute |
| ThreadName | Name of the thread |
| InStackSize | The size of the stack to create. 0 means use the current thread's stack size |
| InThreadPri | Tells the thread whether it needs to adjust its priority or not. Defaults to normal priority |