Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SubtitleManager.h |
| Include | #include "SubtitleManager.h" |
Syntax
class FActiveSubtitle
Remarks
A collection of subtitles, rendered at a certain priority.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSingleLine | Whether subtitles should be displayed as a sequence of single lines. | |
| bool | bSplit | Whether subtitles have come in pre-split, or after they have been split programmatically. | |
| int32 | Index | Index into the Subtitles array for the currently active subtitle in this set. | |
| float | Priority | Priority for this set of subtitles, used by FSubtitleManager to determine which subtitle to play. | |
| TArray< FSubtitleCue > | Subtitles | A set of subtitles. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActiveSubtitle
(
int32 InIndex, |