Navigation
API > API/Runtime > API/Runtime/VerseCompiler
A parametric type of maps with specific key and value types: [t]u where t&u:type
| Name | CMapType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CMapType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CMapType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CMapType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Structs
| Name | Remarks |
|---|---|
| SKey |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bWeak | bool | uLang/Semantics/SemanticTypes.h | ||
| _KeyType | const CTypeBase * | uLang/Semantics/SemanticTypes.h | ||
| _ValueType | const CTypeBase * | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CTypeBase * GetKeyType() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase * GetValueType() |
uLang/Semantics/SemanticTypes.h | ||
bool IsWeak() |
uLang/Semantics/SemanticTypes.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EComparability GetComparability() |
Returns whether this type is comparable for equality | uLang/Semantics/SemanticTypes.h | |
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator SKey() |
uLang/Semantics/SemanticTypes.h |