![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Function.h>
Inheritance diagram for UE::Core::Private::Function::IFunction_OwnedObject:Public Member Functions | |
| virtual void * | CloneToEmptyStorage (FFunctionStorage *Storage) const =0 |
| virtual void * | GetAddress ()=0 |
| virtual void | Destroy ()=0 |
| virtual | ~IFunction_OwnedObject ()=default |
Common interface to a callable object owned by TFunction.
|
virtualdefault |
Destructor.
|
pure virtual |
Creates a copy of itself into the storage and returns a pointer to the new object within it.
Implemented in UE::Core::Private::Function::TFunction_OwnedObject< T, bUnique, bOnHeap >.
Destructor.
Implemented in UE::Core::Private::Function::TFunction_OwnedObject< T, bUnique, bOnHeap >.
Returns the address of the object.
Implemented in UE::Core::Private::Function::TFunction_OwnedObject< T, bUnique, bOnHeap >.