Way to add .srt / subtitles to level / media player?

hello! i have a project with over 700 videos (altogether 30 hours) so adding subtitles is crucial to my project. i read that there is no official way of properly adding subtitles, but are there any alternative ways?

i have the .srt files ready, but i don’t know how to import them/make them play with the videos.

Actully i just sniff things out and there is some srt support and you can import srt files as Overlay assets, there should overlay asset opitions in “Media” section i also see code for srt file import. Maybe search help by searching word “Overlay”

If this not satisfactory then you will need to add support on your own maybe even in C++.

Hi! Thanks for your comment. Here someone from UE4 answered that those overlay assets were never fully functional as subtitles and were removed from 4.19
And i don’t know c++ :confused: