Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CExprAwait |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprAwait : public uLang::CExprCompoundBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprCompoundBase → CExprAwait
- CAttributable → CExpressionBase → CExprCompoundBase → CExprAwait
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprAwait
(
int32_t ReserveSubExprNum |
uLang/Semantics/Expression.h |
Functions
Public
Overridden from CExpressionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanFail
(
const CAstPackage* Package |
Returns whether the expression may fail. | uLang/Semantics/Expression.h | |
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 | ||
virtual bool MayHaveAttributes() |
uLang/Semantics/Expression.h |