Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax
Inheritance Hierarchy
- CSharedMix
- Node
- Snippet
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
Syntax
struct Snippet : public Verse::Vst::Node
Remarks
A collection of sub trees that are stored in the same source, e.g. a text file or UProperty.
Variables
| Type | Name | Description | |
|---|---|---|---|
| CUTF8String | _Path | Where this snippet came from - usually this is the fully qualified path of the associated text file. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Snippet () |
|||
Snippet
(
const CUTF8StringView& Path |
|||
Snippet
(
const CUTF8StringView& Path, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Clause::EForm | GetForm () |
||
| bool | HasErrors () |
||
| void | SetForm
(
Clause::EForm Form |
Constants
| Name | Description |
|---|---|
| StaticType |