Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FThread
Type | Name | Description | |
---|---|---|---|
FThread () |
Creates new "empty" thread object that doesn't represent a system thread | ||
FThread
(
TCHAR const* ThreadName, |
Creates and immediately starts a new system thread that will execute `ThreadFunction_ argument. |