![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Function.h>
Inheritance diagram for uLang::Private::TFunctionStorage< bUnique >:Public Member Functions | |
| TFunctionStorage ()=default | |
| TFunctionStorage (FFunctionStorage &&Other) | |
| template<typename FunctorType > | |
| TDecay< FunctorType >::Type * | Bind (FunctorType &&InFunc) |
Public Member Functions inherited from uLang::Private::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 uLang::Private::FFunctionStorage | |
| void * | HeapAllocation |
| uint8_t | InlineAllocation [ULANG_FUNCTION_INLINE_SIZE] |
|
default |
|
inline |
|
inline |