Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CExprArrayTypeFormer |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprArrayTypeFormer : public uLang::CExprUnaryTypeFormer
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprTypeFormer → CExprUnaryTypeFormer → CExprArrayTypeFormer
- CAttributable → CExpressionBase → CExprTypeFormer → CExprUnaryTypeFormer → CExprArrayTypeFormer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprArrayTypeFormer
(
TSRef< CExpressionBase >&& InnerTypeAst |
uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CArrayType * GetArrayType() |
uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |