Subtitles File Reader

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.26 - 4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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