Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUniqueFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniqueFunction & operator=
(
TUniqueFunction&& Other |
Copy/move assignment operator. | uLang/Common/Containers/Function.h | |
TUniqueFunction & operator=
(
const TUniqueFunction& Other |
uLang/Common/Containers/Function.h |
operator=(TUniqueFunction &&)
Description
Copy/move assignment operator.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TUniqueFunction & operator=
(
TUniqueFunction && Other
)
operator=(const TUniqueFunction &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
TUniqueFunction & operator=
(
const TUniqueFunction & Other
)