Navigation
API > API/Runtime > API/Runtime/VerseCompiler
A collection of snippets.
| |
|
| Name |
Module |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path |
#include "uLang/Syntax/VstNode.h" |
Syntax
struct Module : public Verse::Vst::Node
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
Module
(
const CUTF8StringView& Name
)
|
|
uLang/Syntax/VstNode.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| StaticType |
const Vst::NodeType |
|
uLang/Syntax/VstNode.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| _FilePath |
CUTF8String |
File path of vmodule file if exists, or directory path with trailing slash. |
uLang/Syntax/VstNode.h |
|
| _Name |
CUTF8String |
The name of this module. |
uLang/Syntax/VstNode.h |
|
Functions
Public
Overridden from Node