Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TFunction_CopyableOwnedObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFunction_CopyableOwnedObject
(
const T& InObj |
Constructor which creates its T by copying. | uLang/Common/Containers/Function.h | |
TFunction_CopyableOwnedObject
(
T&& InObj |
Constructor which creates its T by moving. | uLang/Common/Containers/Function.h |
TFunction_CopyableOwnedObject(const T &)
Description
Constructor which creates its T by copying.
| Name | TFunction_CopyableOwnedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunction_CopyableOwnedObject
(
const T & InObj
)
TFunction_CopyableOwnedObject(T &&)
Description
Constructor which creates its T by moving.
| Name | TFunction_CopyableOwnedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunction_CopyableOwnedObject
(
T && InObj
)