Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWaveProxyReader
Description
Sets the duration of the loop in seconds.
If the value is negative, the MaxLoopDurationInSeconds will be used which will effectively loop at the end of the file.
Sets the duration of the loop in seconds. If the value is negative, the loop duration consists of the entire file.
| Name | SetLoopDuration |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProxyReader.h |
| Include Path | #include "Sound/SoundWaveProxyReader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWaveProxyReader.cpp |
void SetLoopDuration
(
float InLoopDurationInSeconds
)