Navigation
API > API/Runtime > API/Runtime/uLangCore
Common parent class for objects with a name. Used for identifying, sorting, etc.
| Name | CNamed |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/Named.h |
| Include Path | #include "uLang/Common/Text/Named.h" |
Syntax
class CNamed
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNamed () |
uLang/Common/Text/Named.h | ||
| uLang/Common/Text/Named.h | |||
| uLang/Common/Text/Named.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const char * AsNameCString() |
uLang/Common/Text/Named.h | ||
UTF8Char AsNameFirstByte() |
uLang/Common/Text/Named.h | ||
CUTF8StringView AsNameStringView() |
uLang/Common/Text/Named.h | ||
| uLang/Common/Text/Named.h | |||
const CSymbol & GetName() |
uLang/Common/Text/Named.h | ||
SymbolId GetNameId() |
uLang/Common/Text/Named.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const CSymbol &() |
uLang/Common/Text/Named.h | ||
bool operator!=
(
const CSymbol& Name |
uLang/Common/Text/Named.h | ||
| uLang/Common/Text/Named.h | |||
bool operator==
(
const CSymbol& Name |
uLang/Common/Text/Named.h | ||
bool operator>
(
const CSymbol& Name |
uLang/Common/Text/Named.h | ||
bool operator>=
(
const CSymbol& Name |
uLang/Common/Text/Named.h |