Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundWave.h |
Include |
#include "MetasoundWave.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundWave.cpp |
bool SetWave
(
const FSoundWaveProxyPtr & InWave,
float InStartTimeSeconds,
float InInitialPitchShiftSemitones
)
Set the wave for decoding.
True on success, false on failure.
Parameter |
Description |
---|---|
InWave |
The wave proxy to decode. |
InStartTimeSeconds |
Number of seconds into the wave to start decoding. |
InInitialPitchShiftSemitones |
Initial pitch shift of wave. |