TUniqueObj::TUniqueObj

As [TUniqueObj](API\Runtime\Core\Templates\TUniqueObj)'s internal pointer can never be null, we can't move that On the other hand we can call the move constructor of "T"

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/UniqueObj.h"

Syntax

TUniqueObj
(
    TUniqueObj && other
)

Remarks

As TUniqueObj's internal pointer can never be null, we can't move that On the other hand we can call the move constructor of "T"

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