UE4 Media file packaging issue solved

 This post is about how to solve the media file not being packaged problem.

https://answers.unrealengine.com/questions/280639/media-player-not-working-after-packaging-1.html

First thing copy your movie file to the content\movies folder in your project. Import the file in UE4.. this will create Media Player Asset in the editor..

Open up the new Asset and in the File or URL section reset the URL/file. Next click on the 'File or URL' again and add the file you want to play..

Notice that the paths change completely from absolute to relative path.

this will now package correctly and play from any location.

Jamie


댓글

이 블로그의 인기 게시물

About AActor!!! "UObject" has no member "BeginPlay"

UNREAL Android build information

C++ 생성자 위임 (delegating constructor)