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" |
static const Node * FindOrphanedNode
(
const Node & InNode
)
Remarks
Checks for any nodes that have their parent set incorrectly within the hierarchy. A pointer to the first node that was found to have an incorrect parent set. If no such node was found, returns `nullptr_.
Parameters
| Name | Description |
|---|---|
| Root | A pointer to the root of the tree to inspect for any orphaned nodes. |