Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | FFunctionStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
struct FFunctionStorage
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Common/Containers/Function.h | |||
FFunctionStorage
(
FFunctionStorage&& Other |
uLang/Common/Containers/Function.h | ||
FFunctionStorage
(
const FFunctionStorage& Other |
uLang/Common/Containers/Function.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HeapAllocation | void * | uLang/Common/Containers/Function.h | ||
| InlineAllocation | uint8_t | Inline storage for an owned object. | uLang/Common/Containers/Function.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * BindCopy
(
const FFunctionStorage& Other |
uLang/Common/Containers/Function.h | ||
IFunction_OwnedObject * GetBoundObject() |
uLang/Common/Containers/Function.h | ||
void * GetPtr() |
Returns a pointer to the callable object - needed by TFunctionRefBase. | uLang/Common/Containers/Function.h | |
void Unbind() |
Destroy any owned bindings - called by TFunctionRefBase only if Bind() or BindCopy() was called. | uLang/Common/Containers/Function.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFunctionStorage & operator=
(
FFunctionStorage&& Other |
uLang/Common/Containers/Function.h | ||
FFunctionStorage & operator=
(
const FFunctionStorage& Other |
uLang/Common/Containers/Function.h |