Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Audio.h |
| Include | #include "Audio.h" |
Syntax
enum ELoopingMode
{
LOOP_Never,
LOOP_WithNotification,
LOOP_Forever,
}
Values
| 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 |