Subtitles File Reader

mod.studio - 代码插件 - 2022/01/11

Subtitles File Reader adds engine support for professional subtitle and captioning file formats.

  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Subtitles File Reader adds engine support for professional subtitle and captioning file formats. This plugin lets you read .vtt or .srt files and use timestamped captions in your UMG widgets or VR Views. The plugin comes with a simple-to-use object that provides time scrolling functionality with a simple BP exposed event containing the subtitles for the current time. Useful for video players, cinematic sequences, narrative events and virtual production.

Note: This plugin is not compatible with the in-built Subtitles and Dialogue system (see our Subtitles UMG plugin for that use case) but can be used concurrently. The Subtitle File Reader does not broadcast to the in-built Subtitles system.

Supported file formats: SRT, VTT (no metadata tag support)


技术细节

Features: (Please include a full, comprehensive list of the features of the product)

  •  Reading VTT and SRT subtitle files
  •  Time scrolling back and forward through subtitle files
  •  Complete control of how the text is displayed
  • Exposed speaker from each line if the file contains it
  • Fast performance for Mobile devices

Code Modules:

  •  SubtitleFileReader (Runtime)

Number of Blueprints: 1

Number of C++ Classes: 3

Network Replicated: No

Supported Development Platforms: Windows, Android, SteamVR

Supported Target Build Platforms: Windows, Android, SteamVR

Documentation: https://plugins.mod.studio

Example Project: 2 Engine Content samples included

Important/Additional Notes: Not compatible with UE4 Dialogue System