Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Abstract type that has an additional sub-type representing a value (ex: List)
| Name | CValueType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CValueType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CValueType
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CValueType
(
ETypeKind Kind, |
uLang/Semantics/SemanticTypes.h |
Functions
Public
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CTypeBase * GetInnerType() |
Gets the innermost type of this type | uLang/Semantics/SemanticTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator CTypeBase const *() |
Needed for map insertion. | uLang/Semantics/SemanticTypes.h |