Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax > API/Runtime/VerseCompiler/uLang/Syntax/Node
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
void PrependChildren
(
const uLang::TArray < TSRef < Node > > & Children,
int32_t NumToAppend
)
Remarks
Prepend the given nodes to this node's child list in reverse order i.e. the last node in the given list will end up as the first child of this node.