Navigation
API > API/Runtime > API/Runtime/uLangCore
Common interface to a callable object owned by TFunction.
| Name | IFunction_OwnedObject_Inline |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
template<typename T>
struct IFunction_OwnedObject_Inline : public uLang::Private::IFunction_OwnedObject
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~IFunction_OwnedObject_Inline() |
uLang/Common/Containers/Function.h |
Functions
Public
Overridden from IFunction_OwnedObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Destroy() |
Destructor. | uLang/Common/Containers/Function.h |