Feature Request: Media Player file path automatically relative instead of absolute

I’m really sick and tired of having to manually convert absolute file paths to relative ones every time I make a new media player type asset. It’s a step that is easy to overlook and it’s been the source of a lot of frustration.

Reproduction Steps:

  1. Create a new project or open an existing one.
  2. Create a folder named “Movies” in Content.
  3. Right click Movies, select Show in Explorer.
  4. Copy a supported movie file into the folder.
  5. Allow Unreal Engine 4 to import the movie file.
  6. Double Click the new Media Player file.
  7. Observe that the File Path under the Source section on the right has an absolute file path like C:\MyMedia\

This has to be changed to a relative path like ./Movies/MyMovie.mp4 in order to work in packaged projects and it works just fine locally.

If UE4 could automatically make the file path relative instead of absolute, that’s one less step that can go wrong.

Thank you for your consideration.

Should work as requested in 4.13

Awesome! Thank you for the reply!

I noticed that there was still a bug with this. It will be fixed in the upcoming hotfix.

I think I’m having a problem with this file relative/absolute file path issue. I’m using 4.13.2 also.

Haruna, is it correct that you are able to fix the problem with a workaround? Could you please help me? I have no idea how to make a path relative…