Navigation
API > API/Runtime > API/Runtime/VerseCompiler
A normal type: a head normal form of types where the head is not a parametric type instantiation.
| Name | CNormalType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CNormalType : public uLang::CTypeBase
Inheritance Hierarchy
- CTypeBase → CNormalType
Derived Classes
CNormalType derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNormalType
(
ETypeKind Kind, |
uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Kind | const ETypeKind | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TType const & AsChecked () |
uLang/Semantics/SemanticTypes.h | ||
TType & AsChecked () |
uLang/Semantics/SemanticTypes.h | ||
virtual const CNominalType * AsNominalType() |
uLang/Semantics/SemanticTypes.h | ||
TType const * AsNullable () |
uLang/Semantics/SemanticTypes.h | ||
TType * AsNullable () |
uLang/Semantics/SemanticTypes.h | ||
virtual SmallDefinitionArray FindInstanceMember
(
const CSymbol& MemberName, |
uLang/Semantics/SemanticTypes.h | ||
SmallDefinitionArray FindInstanceMember
(
const CSymbol& MemberName, |
Look up a member in this type. | uLang/Semantics/SemanticTypes.h | |
SmallDefinitionArray FindTypeMember
(
const CSymbol& MemberName, |
uLang/Semantics/SemanticTypes.h | ||
virtual SmallDefinitionArray FindTypeMember
(
const CSymbol& MemberName, |
uLang/Semantics/SemanticTypes.h | ||
virtual EComparability GetComparability() |
Returns whether this type is comparable for equality | uLang/Semantics/SemanticTypes.h | |
virtual const CTypeBase * GetInnerType() |
Gets the innermost type of this type | uLang/Semantics/SemanticTypes.h | |
ETypeKind GetKind() |
uLang/Semantics/SemanticTypes.h | ||
virtual const CTypeBase * GetReferenceValueType() |
If this type is a CReferenceType, this gets the non-reference value type, otherwise returns itself | uLang/Semantics/SemanticTypes.h | |
bool IsA() |
uLang/Semantics/SemanticTypes.h | ||
bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CNormalType & GetNormalType() |
Normalizes generic types to head-normal types. | uLang/Semantics/SemanticTypes.h |