Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CExprUnaryTypeFormer |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprUnaryTypeFormer : public uLang::CExprTypeFormer
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprTypeFormer → CExprUnaryTypeFormer
- CAttributable → CExpressionBase → CExprTypeFormer → CExprUnaryTypeFormer
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprUnaryTypeFormer
(
TSRef< CExpressionBase >&& InnerTypeAst |
uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _InnerTypeAst | TSRef< CExpressionBase > | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSRef< CExpressionBase > & GetInnerTypeAst() |
uLang/Semantics/Expression.h | ||
void SetInnerTypeAst
(
TSRef< CExpressionBase >&& InnerTypeAst |
uLang/Semantics/Expression.h |
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CExpressionBase * FindFirstAsyncSubExpr
(
const CSemanticProgram& Program |
Returns itself or the first async sub-expression or return nullptr if it and all its sub-expressions are immediate. | uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/Expression.h |