Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Syntax element that does not need children. These nodes do not have a structure (i.e. no children), but rather are leaves in the hierarchy.
| Name | CAtom |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
Syntax
class CAtom : public Verse::Vst::Node
Inheritance Hierarchy
- CSharedMix → Node → CAtom
Derived Classes
CAtom derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CAtom
(
const uLang::CUTF8StringView& CodeStr, |
uLang/Syntax/VstNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _OriginalCode | CUTF8String | uLang/Syntax/VstNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const char * GetSourceCStr() |
uLang/Syntax/VstNode.h | ||
const CUTF8String & GetSourceText() |
uLang/Syntax/VstNode.h | ||
const string & GetStringValue() |
uLang/Syntax/VstNode.h |