[ New UMG Widget ] Color Picker UMG Widget, The Same Color Picker You Know and Love!

Hey guys, you all don’t have to wait for to compile the plugin for you, in fact you can do it on your own!

Do the following steps:

  1. Open up your project in the UE4 Editor and select “New C++ Class” from the File tab.
  2. Select “Player Controller” and press Next, create a name for your class and press Create Class. This will trick UE4 into thinking that your project is a code project and create the binaries for you.
  3. Create a “Plugins” folder in the same directory as your “Content” folder in your project. Unzip 's plugin to the “Plugins” folder.
  4. , in the VS that has been opened for you after creating your new Player Controller class, go to the Build tab and build your project. Make sure that you have VS2015 in your system, else you can’t compile it for your own project.

Should work regardless of the version that you used. Essentially the main code in the plugin hasn’t changed, so its just a matter of recompiling the binaries.

Worked like a charm for me. Also, cheers to for this plugin :wink: