Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- IFunction_OwnedObject
- IFunction_OwnedObject_OnHeap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include | #include "Templates/Function.h" |
Syntax
template<typename T>
struct IFunction_OwnedObject_OnHeap : public UE::Core::Private::Function::IFunction_OwnedObject
Remarks
Common interface to a callable object owned by TFunction.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IFunction_OwnedObject
| Type | Name | Description | |
|---|---|---|---|
| void | Destroy () |
Destructor. |