Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TFunction_CopyableOwnedObject
Type | Name | Description | |
---|---|---|---|
![]() |
TFunction_CopyableOwnedObject
(
const T& InObj |
Constructor which creates its T by copying. | |
![]() |
TFunction_CopyableOwnedObject
(
T&& InObj |
Constructor which creates its T by moving. |