Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFunction
(
NullPtrType |
Default constructor. | uLang/Common/Containers/Function.h | |
TFunction
(
FunctorType&& InFunc |
Constructor which binds a TFunction to any function object. | uLang/Common/Containers/Function.h | |
| uLang/Common/Containers/Function.h | |||
| uLang/Common/Containers/Function.h |
TFunction(NullPtrType)
Description
Default constructor.
| Name | TFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunction
(
NullPtrType
)
TFunction(FunctorType &&)
Description
Constructor which binds a TFunction to any function object.
| Name | TFunction |
| 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>
TFunction
(
FunctorType && InFunc
)
TFunction(TFunction &&)
| Name | TFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunction
(
TFunction &&
)
TFunction(const TFunction &)
| Name | TFunction |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TFunction
(
const TFunction & Other
)