Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CInvariantValueType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CInvariantValueType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CInvariantValueType
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CInvariantValueType
(
ETypeKind Kind, |
uLang/Semantics/SemanticTypes.h |
Structs
| Name | Remarks |
|---|---|
| Key |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CTypeBase * NegativeValueType() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase * PositiveValueType() |
uLang/Semantics/SemanticTypes.h |
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 Key() |
uLang/Semantics/SemanticTypes.h |