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