IAudioEditorModule::ImportSoundWave

Imports a sound wave from the given package.

Unreal Engine C++ API Reference > Editor > AudioEditor > IAudioEditorModule

References

   
Module AudioEditor
Header /Engine/Source/Editor/AudioEditor/Public/AudioEditorModule.h
Include #include "AudioEditorModule.h"
[USoundWave](API\Runtime\Engine\Sound\USoundWave) * ImportSoundWave
(
    [UPackage](API\Runtime\CoreUObject\UObject\UPackage) *const SoundWavePackage,
    const [FString](API\Runtime\Core\Containers\FString) & InSoundWaveAssetName,
    const [FString](API\Runtime\Core\Containers\FString) & InWavFilename
)

Remarks

Imports a sound wave from the given package.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library