Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | ParseError |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
struct ParseError : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → ParseError
- RefCounted → Node → ParseError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ParseError
(
const char* Error, |
uLang/Syntax/VstNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const Vst::NodeType | uLang/Syntax/VstNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Error | const char * | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddChild
(
const TSRef< Vst::Node >& InnerError |
uLang/Syntax/VstNode.h | ||
const char * GetError() |
uLang/Syntax/VstNode.h |