Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- IFunction_OwnedObject
- TFunction_OwnedObject
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include | #include "Templates/Function.h" |
Syntax
struct IFunction_OwnedObject
Remarks
Common interface to a callable object owned by TFunction.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | CloneToEmptyStorage
(
void* Storage |
Creates a copy of itself into the storage and returns a pointer to the new object within it. | |
| void | Destroy () |
Destructor. | |
| void * | GetAddress () |
Returns the address of the object. |