ELoopingMode

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss