UMetaSoundSource::CreateSoundGenerator

Creates a sound generator instance from this sound base.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

Syntax

virtual ISoundGeneratorPtr CreateSoundGenerator
(
    const FSoundGeneratorInitParams & InParams
)

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.