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 SeekToTime
(
const float InSeconds
)
Seek in the wave.
True on success, false on failure.
Parameter |
Description |
---|---|
InSeconds |
Number of seconds into the wave to start decoding. |