Unreal Engine 4 Plugins – Free
Here I’ve collected some of the plugins I’ve released for Unreal Engine 4.
Unofficial OVRLipSync Plugin
An unofficial port of Oculus’ wonderful LipSync Plugin for Unity, this plugin brings easy to use lip sync functionality to Unreal Engine. Check out the plug-n-play example project, or download the plugin directly.
Read Texture from Disk Plugin
This is a simple plugin that exposes a new Blueprint node, allowing the developer to pass in the file path to a .DDS texture and get a UTexture2D* (Textur2D in Blueprint) back, which can then be used just like any Texture2D in the engine.
Check it out on GitHub, or get it as part of forum community user Rama’s Blueprint Library.
Read Sound from Disk Plugin
Similar to the Texture from Disk plugin, this plugin exposes a new Blueprint node, taking the path of a .OGG sound file, and returning a SoundWave* (SoundWave in BP), which can then be used just like any other SoundWave object (such as with an AudioComponent, for playing the sound).
Check it out on GitHub, or get it as part of forum community user Rama’s Blueprint Library.