Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Node
Description
Validates that the child being added to this node is currently orphaned. If the child has a parent, then two nodes would own the same child, which is impossible.
| Name | DropParent |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
void DropParent
(
const TSRef< Node > & Child
)