Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Defer macro - defer {Expr1; Expr2} Defers expressions until end of current scope. Only called if encountered in flow and called in reverse order encountered.
| Name | CExprDefer |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprDefer : public uLang::CExprSubBlockBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprSubBlockBase → CExprDefer
- CAttributable → CExpressionBase → CExprSubBlockBase → CExprDefer
Functions
Public
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 CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h |