Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprCodeBlock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprCodeBlock
(
int32_t ReserveSubExprNum |
uLang/Semantics/Expression.h | ||
CExprCodeBlock
(
TArray< TSRef< CExpressionBase > >&& SubExprs |
uLang/Semantics/Expression.h |
CExprCodeBlock(int32_t)
| Name | CExprCodeBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCodeBlock
(
int32_t ReserveSubExprNum
)
CExprCodeBlock(TArray< TSRef< CExpressionBase > > &&)
| Name | CExprCodeBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprCodeBlock
(
TArray< TSRef< CExpressionBase > > && SubExprs
)