TUniqueObj

Overload list

Windows
MacOS
Linux
Name Description

Public function

TUniqueObj

(
    const TUniqueObj& other
)

Public function

TUniqueObj

(
    TUniqueObj&& other
)

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"

Public function

TUniqueObj

(
    Args&&... args
)

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