Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- TChooseClass< bOnHeap, IFunction_OwnedObject_OnHeap< T >, IFunction_OwnedObject_Inline< T > >::Result
- TFunction_OwnedObject
- TFunction_CopyableOwnedObject
- TFunction_UniqueOwnedObject
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include | #include "Templates/Function.h" |
Syntax
template<typename T, bool bOnHeap>
struct TFunction_OwnedObject : public TChooseClass< bOnHeap, IFunction_OwnedObject_OnHeap< T >, IFunction_OwnedObject_Inline< T > >::Result
Variables
| Type | Name | Description | |
|---|---|---|---|
| T | Obj |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TFunction_OwnedObject
(
ArgTypes&&... Args |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | GetAddress () |