Navigation
API > API/Runtime > API/Runtime/Engine
SubtitlesAudioSubsystem will automatically queue and stop subtitles embedded in USoundBase sounds using play/stop callbacks. This enum controls whether the stopping should be done automatically, or if the subtitle should be timed using its existing duration.
| Name | ESubtitleDurationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
| Include Path | #include "Subtitles/SubtitlesAndClosedCaptionsDelegates.h" |
Syntax
enum ESubtitleDurationType
{
UMETA =(ToolTip = "Automatically stops this subtitle when the sound stops playing (only useful when attached as AssetUserData"),
UMETA =(ToolTip = "Time this subtitle using its Duration property"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA |