Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ELoopingMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Audio.h |
| Include Path | #include "Audio.h" |
Syntax
enum ELoopingMode
{
LOOP_Never,
LOOP_WithNotification,
LOOP_Forever,
}
Values
| Name | Remarks |
|---|---|
| LOOP_Never | One shot sound |
| LOOP_WithNotification | Call the user callback on each loop for dynamic control |
| LOOP_Forever | Loop the sound forever |