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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ParseError
(
const char* Error,
const SLocus& Whence
)
|
|
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 |
|
|
|
uLang/Syntax/VstNode.h |
|
Overridden from Node