FSubtitleManager::DisplaySubtitles

Display the currently queued subtitles and cleanup after they have finished rendering.

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 DisplaySubtitles
(
    FCanvas * InCanvas,
    FIntRect & SubtitleRegion,
    float InAudioTimeSeconds
)

Remarks

Display the currently queued subtitles and cleanup after they have finished rendering.

Parameters

Parameter

Description

Canvas

Where to render the subtitles.

CurrentTime

Current world time.

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