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