TUniqueObj::operator=

Move-assignment is implemented as swapping the internal pointer.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/UniqueObj.h

Include

#include "Templates/UniqueObj.h"

Syntax

TUniqueObj & operator=
(
    TUniqueObj && other
)

Remarks

Move-assignment is implemented as swapping the internal pointer.

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