Navigation
API > API/Runtime > API/Runtime/Core
| Name | FFunctionStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include Path | #include "Templates/Function.h" |
Syntax
struct FFunctionStorage
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/Function.h | |||
FFunctionStorage
(
FFunctionStorage&& Other |
Templates/Function.h | ||
FFunctionStorage
(
const FFunctionStorage& Other |
Templates/Function.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bCanBeNull | bool | Templates/Function.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HeapAllocation | void * | Templates/Function.h | ||
| InlineAllocation | uint8 | Inline storage for an owned object. | Templates/Function.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindCopy
(
const FFunctionStorage& Other |
Templates/Function.h | ||
IFunction_OwnedObject * GetBoundObject() |
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 |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFunctionStorage & operator=
(
FFunctionStorage&& Other |
Templates/Function.h | ||
FFunctionStorage & operator=
(
const FFunctionStorage& Other |
Templates/Function.h |