Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSubtitleManager
Description
HACK: Accept a movie subtitle and display it to all currently registered displays. This will not work with the old Canvas drawing system.
| Name | SetMovieSubtitle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SubtitleManager.h |
| Include Path | #include "SubtitleManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp |
void SetMovieSubtitle
(
UObject * SubtitleOwner,
const TArray < FString > & Subtitles
)
Parameters
| Name | Remarks |
|---|---|
| SubtitleOwner | The owner of the movie subtitle. If this is null, the subtitle will not be set |
| MovieSubtitles | The subtitle text to display to all currently active displays |