Navigation
API > API/Runtime > API/Runtime/Engine
Externally-Timed subtitles must be manually added and removed with USubtitlesSubsystem::QueueSubtitle and ::StopSubtitle. For the initial delay before becoming visible, use USubtitleAssetUserData::StartOffset instead of this enum.
| Name | ESubtitleTiming |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
| Include Path | #include "Subtitles/SubtitlesAndClosedCaptionsDelegates.h" |
Syntax
enum ESubtitleTiming
{
InternallyTimed,
ExternallyTimed,
}
Values
| Name | Remarks |
|---|---|
| InternallyTimed | |
| ExternallyTimed |