FFunctionRefStoragePolicy

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/Function.h"

Syntax

struct FFunctionRefStoragePolicy

Functions

Name Description

Public function

TRemoveRefer...

 

Bind

(
    FunctorType&& InFunc
)

Public function

void *

 

BindCopy

(
    const FFunctionRefStoragePolicy& O...
)

Public function Const

void *

 

GetPtr()

Returns a pointer to the callable object - needed by TFunctionRefBase.

Public function Const

void

 

Unbind()

Destroy any owned bindings - called by TFunctionRefBase only if Bind() or BindCopy() was called.

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