Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Global type: used for various kinds of types of which there are one per program: false, unit, void, any.
| Name | CGlobalType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
template<ETypeKind Kind>
class CGlobalType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CGlobalType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CGlobalType
(
CSemanticProgram& Program |
uLang/Semantics/SemanticTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticTypes.h |