![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Function.h>
Inheritance diagram for UE::Core::Private::Function::TFunctionStorage< bUnique >:Public Member Functions | |
| TFunctionStorage ()=default | |
| TFunctionStorage (FFunctionStorage &&Other) | |
| template<typename FunctorType > | |
| std::decay_t< FunctorType > * | Bind (FunctorType &&InFunc) |
Public Member Functions inherited from UE::Core::Private::Function::FFunctionStorage | |
| FFunctionStorage () | |
| FFunctionStorage (FFunctionStorage &&Other) | |
| FFunctionStorage (const FFunctionStorage &Other)=delete | |
| FFunctionStorage & | operator= (FFunctionStorage &&Other)=delete |
| FFunctionStorage & | operator= (const FFunctionStorage &Other)=delete |
| void | BindCopy (const FFunctionStorage &Other) |
| IFunction_OwnedObject * | GetBoundObject () const |
| void * | GetPtr () const |
| void | Unbind () |
Additional Inherited Members | |
Public Attributes inherited from UE::Core::Private::Function::FFunctionStorage | |
| void * | HeapAllocation |
Static Public Attributes inherited from UE::Core::Private::Function::FFunctionStorage | |
| static constexpr bool | bCanBeNull = true |
|
default |
|
inline |
|
inline |