Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Node
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSRef< Node > & AppendChild
(
const TSRef< Node >& child |
uLang/Syntax/VstNode.h | ||
const TSRef< Node > & AppendChild
(
const TSRef< Node >&& child |
uLang/Syntax/VstNode.h |
AppendChild(const TSRef< Node > &)
| Name | AppendChild |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
const TSRef< Node > & AppendChild
(
const TSRef< Node > & child
)
AppendChild(const TSRef< Node > &&)
| Name | AppendChild |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
const TSRef< Node > & AppendChild
(
const TSRef< Node > && child
)