Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Type representing an instantiation of some underlying type. This is used to lazily evaluate expensive type instantiation.
| Name | CInstantiatedType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CInstantiatedType : public uLang::CTypeBase
Inheritance Hierarchy
- CTypeBase → CInstantiatedType
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CInstantiatedType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~CInstantiatedType() |
uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _NormalType | const CNormalType * | uLang/Semantics/SemanticTypes.h | ||
| _Polarity | ETypePolarity | uLang/Semantics/SemanticTypes.h | ||
| _Substitutions | TArray< STypeVariableSubstitution > | uLang/Semantics/SemanticTypes.h |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CNormalType & CreateNormalType() |
uLang/Semantics/SemanticTypes.h | ||
ETypePolarity GetPolarity() |
uLang/Semantics/SemanticTypes.h | ||
const TArray< STypeVariableSubstitution > & GetSubstitutions() |
uLang/Semantics/SemanticTypes.h |