Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundSource
- USoundBase::CreateSoundGenerator()
- UMetaSoundSource::CreateSoundGenerator()
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h |
| Include | #include "MetasoundSource.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp |
virtual ISoundGeneratorPtr CreateSoundGenerator
&40;
const FSoundGeneratorInitParams & InParams,
TArray< FAudioParameter > && InDefaultParameters
&41;
Remarks
Creates a sound generator instance from this sound base. Return true if this is being implemented by a subclass. Sound generators procedurally generate audio in the audio render thread.