Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TFunctionRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFunctionRef
(
FunctorType&& InFunc |
Constructor which binds a TFunctionRef to a callable object. | uLang/Common/Containers/Function.h | |
TFunctionRef
(
const TFunctionRef& |
uLang/Common/Containers/Function.h |
TFunctionRef(FunctorType &&)
Description
Constructor which binds a TFunctionRef to a callable object.
| Name | TFunctionRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
template<typename FunctorType, typename>
TFunctionRef
(
FunctorType && InFunc
)
TFunctionRef(const TFunctionRef &)
| Name | TFunctionRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunctionRef
(
const TFunctionRef &
)