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