TFunction_OwnedObject

Windows
MacOS
Linux

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

Name Description

Public variable

T

 

Obj

Constructors

Name Description

Public function

TFunction_OwnedObject

(
    ArgTypes&&... Args
)

Functions

Name Description

Public function Virtual

void *

 

GetAddress()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss