thanks a lot cm_o. I am newbie in UE. it took me half of a day to search for Color Picker for UE4.12 but I could not see anything. Your instruction is great! It works perfectly.
Thanks as well for your great tool!
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:
Open up your project in the UE4 Editor and select “New C++ Class” from the File tab.
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.
Create a “Plugins” folder in the same directory as your “Content” folder in your project. Unzip 's plugin to the “Plugins” folder.
, 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