Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Description
Iterate over all nodes with the given function. If ClassType is specified, only iterate over given type.
| Name | IterateConstNodes |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
void IterateConstNodes
(
TFunctionRef < void> InFunction,
EMetasoundFrontendClassType InClassType
) const