Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Encodes a type alias as a non-normal CTypeBase.
| Name | CAliasType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/TypeAlias.h |
| Include Path | #include "uLang/Semantics/TypeAlias.h" |
Syntax
class CAliasType : public uLang::CTypeBase
Inheritance Hierarchy
- CTypeBase → CAliasType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAliasType
(
CTypeAlias& Definition, |
uLang/Semantics/TypeAlias.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _AliasedType | const CTypeBase * | uLang/Semantics/TypeAlias.h | ||
| _Definition | CTypeAlias & | uLang/Semantics/TypeAlias.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CTypeBase * GetAliasedType() |
uLang/Semantics/TypeAlias.h | ||
CTypeAlias & GetDefinition() |
uLang/Semantics/TypeAlias.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CAliasType * AsAliasType() |
uLang/Semantics/TypeAlias.h | ||
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/TypeAlias.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/TypeAlias.h | ||
virtual bool CanBePredictsVarDataType() |
uLang/Semantics/TypeAlias.h | ||
virtual const CNormalType & GetNormalType() |
Normalizes generic types to head-normal types. | uLang/Semantics/TypeAlias.h |