Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TFunctionStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
template<bool bUnique>
struct TFunctionStorage : public uLang::Private::FFunctionStorage
Inheritance Hierarchy
- FFunctionStorage → TFunctionStorage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Common/Containers/Function.h | |||
TFunctionStorage
(
FFunctionStorage&& Other |
uLang/Common/Containers/Function.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDecay< FunctorType >::Type * Bind
(
FunctorType&& InFunc |
uLang/Common/Containers/Function.h |