Navigation
API > API/Runtime > API/Runtime/uLangCore
Implementation of IFunction_OwnedObject for a given copyable T.
| Name | TFunction_CopyableOwnedObject |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
template<typename T, bool bOnHeap>
struct TFunction_CopyableOwnedObject : public uLang::Private::TFunction_OwnedObject< T, bOnHeap >
Inheritance Hierarchy
- TChooseClass::Result → TFunction_OwnedObject → TFunction_CopyableOwnedObject
Implements Interfaces
Constructors
| 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 |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * CloneToEmptyStorage
(
void* UntypedStorage |
uLang/Common/Containers/Function.h |