TFunction_CopyableOwnedObject

Overload list

Windows
MacOS
Linux
Name Description

Public function

TFunction_CopyableOwnedObject

(
    const T& InObj
)

Constructor which creates its T by copying.

Public function

TFunction_CopyableOwnedObject

(
    T&& InObj
)

Constructor which creates its T by moving.

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