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