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