Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWaveProxyPlayer
Description
Seek this wave player to a specified frame. Can fail if the wave player is not initialized or the wave asset does not properly support seeking
| Name | SeekToFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProxyPlayer.h |
| Include Path | #include "Sound/SoundWaveProxyPlayer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWaveProxyPlayer.cpp |
bool SeekToFrame
(
int32 InFrame
)
whether the wave player successfully seeked to the desired frame
Parameters
| Name | Remarks |
|---|---|
| InFrame |