Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CNamedType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CNamedType : public uLang::CValueType
Inheritance Hierarchy
- CTypeBase → CNormalType → CValueType → CNamedType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNamedType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Structs
| Name | Remarks |
|---|---|
| Key |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | ETypeKind | uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _HasValue | bool | uLang/Semantics/SemanticTypes.h | ||
| _Name | CSymbol | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSymbol GetName() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase * GetValueType() |
uLang/Semantics/SemanticTypes.h | ||
bool HasValue() |
uLang/Semantics/SemanticTypes.h | ||
const CTupleType & ToTupleType() |
uLang/Semantics/SemanticTypes.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual CNamedType * AsNamedType () |
uLang/Semantics/SemanticTypes.h | ||
virtual const CNamedType * AsNamedType () |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator Key() |
uLang/Semantics/SemanticTypes.h |