Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeBaseNodeContainer
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeContainer.h |
| Include | #include "Nodes/InterchangeBaseNodeContainer.h" |
bool BreakableIterateNodeChildren
&40;
const FString & NodeUniqueID,
TFunctionRef< bool(const UInterchangeBaseNode &42;)> IterationLambda
&41; const
Remarks
Recursively traverse the hierarchy starting with the specified node unique ID. If the iteration lambda return true the iteration will stop. If the iteration lambda return false the iteration will continue.
- Return true if the iteration was break, false otherwise