Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Class defining instance and class objects.
| Name | CNominalType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CNominalType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CNominalType
Derived Classes
CNominalType derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNominalType
(
ETypeKind Kind, |
uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CDefinition * Definition() |
uLang/Semantics/SemanticTypes.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CNominalType * AsNominalType() |
uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h |