Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Query the value of a boolean or option value.
| Name | CExprQueryValue |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprQueryValue : public uLang::CExprInvocation
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprInvocation → CExprQueryValue
- CAttributable → CExpressionBase → CExprInvocation → CExprQueryValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprQueryValue
(
TSRef< CExpressionBase >&& Operand |
uLang/Semantics/Expression.h |
Functions
Public
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 |