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" |
void IterateNodeChildren
(
const FString & NodeUniqueID,
TFunctionRef < void *)> IterationLambda
) const
Remarks
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.