FThread

Overload list

Windows
MacOS
Linux
Name Description

Public function

FThread()

Creates new "empty" thread object that doesn't represent a system thread

Public function

FThread

(
    const FThread&
)

Non-copyable

Public function

FThread

(
    FThread&&
)

Public function

FThread

(
    TCHAR const* ThreadName,
    TUniqueFunction< void()>&& ThreadF...,
    uint32 StackSize,
    EThreadPriority ThreadPriority,
    uint64 ThreadAffinityMask
)

Creates and immediately starts a new system thread that will execute `ThreadFunction_ argument.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss