UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::Private::IFunction_OwnedObject_OnHeap< T > Struct Template Reference

#include <Function.h>

+ Inheritance diagram for uLang::Private::IFunction_OwnedObject_OnHeap< T >:

Public Member Functions

virtual void Destroy () override
 
 ~IFunction_OwnedObject_OnHeap () override
 
- Public Member Functions inherited from uLang::Private::IFunction_OwnedObject
virtual voidCloneToEmptyStorage (void *Storage) const =0
 
virtual voidGetAddress ()=0
 
virtual ~IFunction_OwnedObject ()=default
 

Detailed Description

template<typename T>
struct uLang::Private::IFunction_OwnedObject_OnHeap< T >

Common interface to a callable object owned by TFunction.

Constructor & Destructor Documentation

◆ ~IFunction_OwnedObject_OnHeap()

Member Function Documentation

◆ Destroy()

template<typename T >
virtual void uLang::Private::IFunction_OwnedObject_OnHeap< T >::Destroy ( )
inlineoverridevirtual

Destructor.

Implements uLang::Private::IFunction_OwnedObject.


The documentation for this struct was generated from the following file: