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