π§° Setup - Jon1969Edwards/VlcMedia_UnrealEngine GitHub Wiki
π§ Setup
π 1. Install the Plugin
Copy or clone the plugin into your projectβs Plugins/
folder:
YourProject/
βββ Plugins/
βββ VlcMedia/
After packaging, your plugin folder should look like:
VlcMedia/
βββ Binaries/
βββ Build/
βββ Config/
βββ Content/
β βββ BP_TV.uasset
β βββ (Any other media/player assets)
βββ Resources/
βββ VlcMedia.uplugin
βββ README.md
π‘ Restart Unreal Editor after copying.
β No C++ Required
This plugin is precompiled. You do not need to build or generate project files unless using custom C++ integration.
β‘οΈ Continue to Usage