Navigation
API > API/Runtime > API/Runtime/uLangCore
| |
|
| Name |
TFunction_OwnedObject |
| 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, bool bOnHeap>
struct TFunction_OwnedObject : public TChooseClass::Result
Inheritance Hierarchy
- TChooseClass::Result → TFunction_OwnedObject
Implements Interfaces
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TFunction_OwnedObject
(
ArgTypes&&... Args
)
|
|
uLang/Common/Containers/Function.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Obj |
T |
|
uLang/Common/Containers/Function.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void * GetAddress()
|
|
uLang/Common/Containers/Function.h |
|