FSubtitleManager::SplitLinesToSafeZone

If any of the active subtitles need to be split into multiple lines, do so now.

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 SplitLinesToSafeZone
(
    FCanvas * Canvas,
    FIntRect & SubtitleRegion
)

Remarks

If any of the active subtitles need to be split into multiple lines, do so now.

This assumes the width of the subtitle region does not change while the subtitle is active.

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