FSubtitleManager::SetMovieSubtitle

HACK: Accept a movie subtitle and display it to all currently registered displays.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SubtitleManager.h

Include

#include "SubtitleManager.h"

Source

/Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp

Syntax

void SetMovieSubtitle
(
    UObject * SubtitleOwner,
    const TArray< FString > & Subtitles
)

Remarks

HACK: Accept a movie subtitle and display it to all currently registered displays. This will not work with the old Canvas drawing system.

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss