Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | FFunctionRefStoragePolicy |
| 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 FFunctionRefStoragePolicy
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptr | void * | A pointer to the callable object. | uLang/Common/Containers/Function.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRemoveReference< FunctorType >::Type * Bind
(
FunctorType&& InFunc |
uLang/Common/Containers/Function.h | ||
void * BindCopy
(
const FFunctionRefStoragePolicy& Other |
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 |