Navigation
API > API/Runtime > API/Runtime/Core
| Name | FFunctionRefStoragePolicy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include Path | #include "Templates/Function.h" |
Syntax
struct FFunctionRefStoragePolicy
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bCanBeNull | bool | Templates/Function.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptr | void * | A pointer to the callable object. | Templates/Function.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
std::remove_reference_t< FunctorType > * Bind
(
FunctorType&& InFunc |
Templates/Function.h | ||
void BindCopy
(
const FFunctionRefStoragePolicy& Other |
Templates/Function.h | ||
void * GetPtr() |
Returns a pointer to the callable object - needed by TFunctionRefBase. | Templates/Function.h | |
void Unbind() |
Destroy any owned bindings - called by TFunctionRefBase only if Bind() or BindCopy() was called. | Templates/Function.h |