![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Function.h>
Inheritance diagram for uLang::Private::IFunction_OwnedObject:Public Member Functions | |
| virtual void * | CloneToEmptyStorage (void *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.
Destructor.
Implemented in uLang::Private::IFunction_OwnedObject_OnHeap< T >, and uLang::Private::IFunction_OwnedObject_Inline< T >.
Returns the address of the object.