Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TTreeDiffSpecification
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AsyncTreeDifferences.h |
| Include | #include "AsyncTreeDifferences.h" |
void GetChildren
(
const InNodeType & InParent,
TArray < InNodeType > & OutChildren
) const
Remarks
Retrieves an array of children nodes from the parent node
Parameters
| Name | Description |
|---|---|
| InParent | node from one of the two user provided trees (guaranteed not to be null) |
| OutChildren | to be filled with the children of parent |