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

#include <Function.h>

+ Inheritance diagram for uLang::Private::TFunction_OwnedObject< T, bOnHeap >:

Public Member Functions

template<typename... ArgTypes>
 TFunction_OwnedObject (ArgTypes &&... Args)
 
virtual voidGetAddress () override
 

Public Attributes

Obj
 

Constructor & Destructor Documentation

◆ TFunction_OwnedObject()

template<typename T , bool bOnHeap>
template<typename... ArgTypes>
uLang::Private::TFunction_OwnedObject< T, bOnHeap >::TFunction_OwnedObject ( ArgTypes &&...  Args)
inlineexplicit

Member Function Documentation

◆ GetAddress()

template<typename T , bool bOnHeap>
virtual void * uLang::Private::TFunction_OwnedObject< T, bOnHeap >::GetAddress ( )
inlineoverridevirtual

Member Data Documentation

◆ Obj

template<typename T , bool bOnHeap>
T uLang::Private::TFunction_OwnedObject< T, bOnHeap >::Obj

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