Labels

Showing posts with label Plugins. Show all posts
Showing posts with label Plugins. Show all posts

Friday, February 6, 2015

How to Get Plugins to Package Correctly in Your UE4 Projects


In this tutorial we are going to go through a work-around for packaging games with plugins in them.

 "Plugin 'Your Plugin' failed to load because module 'Your Module' could not be found.  Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project."

Created for UE4 v4.6.1


Thursday, February 5, 2015

How to Create a Global Audio Volume Control (Sound Slider) Using UMG - Part 2


Hey guys, so for part 2 of our sound tutorial we are going to be setting up the sliders on the menu, and setting up the blueprint for the sound menu.


Created for UE4 v4.6.1, Rama's VictoryPlugin Required

How to Create a Global Audio Volume Control (Sound Slider) Using UMG - Part 1


So we recently implemented a global sound slider for our SFX and Music.  We used the UMG Menu to implement this, and there have been a few changes to UE4 since we made the last tutorial.  In this tutorial we are going to go over the implementation of the sound slider. Keep a look-out for our updated UMG menu tutorial also.

Created for UE4 v4.6.1, Rama's VictoryPlugin Required

How to Install a Plugin on Unreal Engine 4


There are several independent developers out there making some really useful plugins for UE4. This is going to be a short tutorial on how to install a plugin for use in Unreal Engine 4.

Created for UE4 v4.6.1, Rama's VictoryPlugin Required