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