Navigation
API > API/Runtime > API/Runtime/Core
| Name | TFunction_OwnedObject |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include Path | #include "Templates/Function.h" |
Syntax
template<typename T, bool bUnique, bool bOnHeap>
struct TFunction_OwnedObject : public UE::Core::Private::Function::IFunction_OwnedObject
Inheritance Hierarchy
- TChooseClass::Result → TFunction_OwnedObject
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFunction_OwnedObject
(
ArgType&& Arg |
Templates/Function.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TFunction_OwnedObject() |
Templates/Function.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Obj | T | Templates/Function.h |
Functions
Public
Overridden from IFunction_OwnedObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void * CloneToEmptyStorage
(
FFunctionStorage* Storage |
Creates a copy of itself into the storage and returns a pointer to the new object within it. | Templates/Function.h | |
virtual void Destroy() |
Destructor. | Templates/Function.h | |
virtual void * GetAddress() |
Returns the address of the object. | Templates/Function.h |