Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator > API/Plugins/MetasoundGenerator/FMetasoundGenerator
Description
Called when a new graph has been "compiled" and set up as this generator's graph. Note: We don't allow direct assignment to the FOnSetGraph delegate because we want to give the Delegate an initial immediate callback if the generator already has a graph.
| Name | AddGraphSetCallback |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include Path | #include "MetasoundGenerator.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Private/MetasoundGenerator.cpp |
FDelegateHandle AddGraphSetCallback
(
FOnSetGraph::FDelegate && Delegate
)