Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
static void RegisterPassthroughAnalyzerForType
(
FName TypeName,
FName AnalyzerName,
FName OutputName
)
Remarks
Map a type name to a passthrough analyzer name to use as a default for UMetasoundOutputSubsystem::WatchOutput()
Parameters
| Name | Description |
|---|---|
| TypeName | The type name returned from GetMetasoundDataTypeName() |
| AnalyzerName | The name of the analyzer to use |
| OutputName | The name of the output in the analyzer |