IFunction_OwnedObject

Common interface to a callable object owned by [TFunction](API\Runtime\Core\GenericPlatform\TFunction).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Function.h

Include

#include "Templates/Function.h"

Syntax

struct IFunction_OwnedObject

Remarks

Common interface to a callable object owned by TFunction.

Destructors

Name Description

Public function Virtual

~IFunction_OwnedObject()

Destructor.

Functions

Name Description

Public function Const

void *

 

CloneToEmptyStorage

(
    void* Storage
)

Creates a copy of itself into the storage and returns a pointer to the new object within it.

Public function

void

 

Destroy()

Destructor.

Public function

void *

 

GetAddress()

Returns the address of the object.

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