Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeBaseNodeContainer
Description
Recursively traverse the hierarchy starting with the specified node unique ID. If the iteration lambda returns true, the iteration will stop. If the iteration lambda returns false, the iteration will continue.
| Name | IterateNodeChildren |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeContainer.h |
| Include Path | #include "Nodes/InterchangeBaseNodeContainer.h" |
void IterateNodeChildren
(
const FString & NodeUniqueID,
TFunctionRef < void *)> IterationLambda
) const