Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/UInterchangeGenericAudioPipeline
Description
Creates a SoundWaveFactoryNode for a given SoundWaveNode, if one doesn't already exist. Initializes the factory node, sets the custom directory path, and sets the target nodes on both the factory and sound wave nodes.
| Name | CreateSoundWaveFactoryNode |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAudioPipeline.h |
| Include Path | #include "InterchangeGenericAudioPipeline.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangeGenericAudioPipeline.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange")
UInterchangeAudioSoundWaveFactoryNode * CreateSoundWaveFactoryNode
(
const UInterchangeAudioSoundWaveNode * SoundWaveNode
)