Spotlight Sale: Save 50% on select Blueprints now through September 9.

CommonVideoPlayerExposedBP

This plugin expose to blueprint CommonUI CommonVideoPlayer functions except reverse() function. And make easy to play mp4 video file out of the box with some limitations for the moment.

  • Supported Platforms
  • Supported Engine Versions
    5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.
Get the pro version (optimized with pro look) here at 50 % discount just for 5 $ to support my work! => Link
Check my Easy Character Inspection asset here at 50 % discount just for 11 $ => Link


This plugin exposes to blueprint CommonUI CommonVideoPlayer features/functions except reverse() function. And makes it easy to play mp4 video files out of the box with some limitations* for the moment. Among useful functions is GetMediaPlayer(), which gives you the advantages of all its nice sub-functions.


This project is a 1 week HARD WORK and I set it free :), If you like it, would appreciate a hot Ko-fi 😊, Thanks a lot!


SHOWCASE VIDEO => Link

Example Project: Link (You need to install the plugin before running the project)

Technical Details

Features: Exposed functions

  •  SetVideo()
  •  Seek()
  •  Close()
  • SetPlayerbackRate()
  • SetLooping()
  • SetIsMuted()
  • Play()
  • Pause()
  • PlayFromStart()
  • GetVideoDuration()
  • GetPlaybackTime()
  • GetPlaybackRate()
  • GetMediaPlayer()
  • IsLooping()
  • IsPaused()
  • IsPlaying()
  • IsMuted()

Code Modules:

  •  CommonVideoPlayerExposed (Runtime)

Number of Blueprints: 1

Number of C++ Classes: 2

Supported Development Platforms: Windows

Documentation: HowToUse

Important/Additional Notes:

Example Project: Link (You need to install the plugin before running the project)

LIMITATION 1: 4K videos are not supported yet when testing.

LIMITATION 2: The video audio is only supported on a standalone project not in the editor or PIE yet when testing.

RECOMMENDED: Based on many tests, using it with 2K (1080pi) video quality or low is best for a good experience.