Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Nice to have when something should be ignored
| Name | CNoop |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CNoop : public uLang::CExpressionBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CNoop
- CAttributable → CExpressionBase → CNoop
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNoop
(
const CSemanticProgram& Program |
uLang/Semantics/Expression.h |
Functions
Public
Public Virtual
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 |