FThread::operator=

Move assignment operator. Asserts if the instance is joinable.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/Thread.h

Include

#include "HAL/Thread.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/Thread.cpp

Syntax

FThread & operator=
(
    FThread && Other
)

Remarks

Move assignment operator. Asserts if the instance is joinable.

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