FActiveSubtitle

A collection of subtitles, rendered at a certain priority.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "SubtitleManager.h"

Syntax

class FActiveSubtitle

Remarks

A collection of subtitles, rendered at a certain priority.

Variables

Name Description

Public variable

bool

 

bSingleLine

Whether subtitles should be displayed as a sequence of single lines.

Public variable

bool

 

bSplit

Whether subtitles have come in pre-split, or after they have been split programmatically.

Public variable

int32

 

Index

Index into the Subtitles array for the currently active subtitle in this set.

Public variable

float

 

Priority

Priority for this set of subtitles, used by FSubtitleManager to determine which subtitle to play.

Public variable

TArray< FSubtit...

 

Subtitles

A set of subtitles.

Constructors

Name Description

Public function

FActiveSubtitle

(
    int32 InIndex,
    float InPriority,
    bool InbSplit,
    bool InbSingleLine,
    TArray< FSubtitleCue > InSubtitles
)

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