Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Move assignment operator. | uLang/Common/Containers/Function.h | ||
| Copy assignment operator. | uLang/Common/Containers/Function.h |
operator=(TFunction &&)
Description
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" |
TFunction & operator=
(
TFunction && Other
)
operator=(const TFunction &)
Description
Copy 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" |
TFunction & operator=
(
const TFunction & Other
)