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 | BreakableIterateNodeChildren |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeContainer.h |
| Include Path | #include "Nodes/InterchangeBaseNodeContainer.h" |
bool BreakableIterateNodeChildren
(
const FString & NodeUniqueID,
TFunctionRef < bool *)> IterationLambda
) const
- Return true if the iteration was broken, or false otherwise.