Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprMacroCall
A macro is an identifier followed by any number of tagged clauses. This class represents a single clause.
| Name | CClause |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CClause
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CClause
(
EMacroClauseTag Tag, |
uLang/Semantics/Expression.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EForm | Verse::Vst::Clause::EForm | uLang/Semantics/Expression.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Exprs | TArray< TSRef< CExpressionBase > > | uLang/Semantics/Expression.h | ||
| _Form | Verse::Vst::Clause::EForm | uLang/Semantics/Expression.h | ||
| _Tag | EMacroClauseTag | uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TSRef< CExpressionBase > > const & Exprs () |
uLang/Semantics/Expression.h | ||
TArray< TSRef< CExpressionBase > > & Exprs () |
uLang/Semantics/Expression.h | ||
EForm Form() |
uLang/Semantics/Expression.h | ||
EMacroClauseTag Tag() |
uLang/Semantics/Expression.h |