FThreadManager::AddThread

Used internally to add a new thread object.

Windows
MacOS
Linux

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

Syntax

void AddThread
(
    uint32 ThreadId,
    class FRunnableThread * Thread
)

Remarks

Used internally to add a new thread object.

Parameters

Parameter

Description

Thread

thread object.

See Also

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