Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Audio.h |
Include |
#include "Audio.h" |
enum ELoopingMode
{
LOOP_Never,
LOOP_WithNotification,
LOOP_Forever,
}
Name |
Description |
---|---|
LOOP_Never |
One shot sound |
LOOP_WithNotification |
Call the user callback on each loop for dynamic control |
LOOP_Forever |
Loop the sound forever |