Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CAttributable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAttributable & operator=
(
const CAttributable& Other |
uLang/Semantics/Attributable.h | ||
CAttributable & operator=
(
CAttributable&& Other |
uLang/Semantics/Attributable.h |
operator=(const CAttributable &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Attributable.h |
| Include Path | #include "uLang/Semantics/Attributable.h" |
CAttributable & operator=
(
const CAttributable & Other
)
operator=(CAttributable &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Attributable.h |
| Include Path | #include "uLang/Semantics/Attributable.h" |
CAttributable & operator=
(
CAttributable && Other
)