Also can you build it for 4.15.2?
This is going to be super handy for our VR ui !
Thanks !
Great…Is anyboby has 4.15+ version?? I really want to try it…My email is kongberet@hotmail.com. Thanks a lot
Hi ,
Can you also compile a version of the color picker for 4.15 please?
Thanks in advance!
I’m looking for a version of this plugin for 4.16 if anyone has it…
Thanks in advance, ! Looking forward to using this.
PP
If you want to rebuild the plugin, which you probably have to since you’re on a different engine version, you’ll have to do the thing where they suggest to copy the VaRest project into YourProject/Plugins/VaRestPlugin folder instead of downloading the pre-compiled version
Now, for rebuilding the plugin, try this:
Close UE4
Manually delete the “Intermediate” and “Binaries” folders of the plugin, if they are present (directly in windows explorer)
(Optionnal) Manually delete the “Intermediate” and “Binaries” folders of your actual game project. This will cause your game modules (non-plugin) to be rebuilt too
(Optionnal) Right-click your .uproject file (in windows explorer), and click “Generate Visual Studio Project Files”
Double-click on your .uproject file to launch UE4. You should see a popup telling you that some modules need to be rebuilt. Accept.
This should rebuild your plugin. The stuff I tagged as (Optionnal) should be unrelated to rebuilding your actual plugin, but I sometimes end up doing these steps just to be sure.
If the build fails, the log file detailing the errors is under “YourProject/Saved/Logs/YourProject.log”. We’ll probably need the contents of this log file if this doesn’t work. Good luck!
https://answers.unrealengine.com/questions/399214/how-to-manually-build-plugins.html
Hey can I get a copy of the built plugin? Thanks
[QUOTE=GodzillaFiresox;741940]
Hey can I get a copy of the built plugin? Thanks
[/QUOTE]
**4.17.1
have you found it yet?
here plugin for 4.18.1
http://pan.baidu.com/s/1bptXZHl
i hope this steps can help you to build it on your own:
1.source code of a version engine you want to build this plugin.
2.create a full C++ project whatever it named.
3.copy and paste plugin to project. eg. C:/xxxxCPlustest41801/Plugins/Victory UMG…
4.delete Binaries
5.open this project like the same.
6.it will ask you to rebuild Victory umg.cpp.OK
7.Done.
I will try to keep this repository up to date.
Right now it should work with the current editions of 4.17, 4.18, 4.19, and the promoted branch.
@calembendell Can you preview your version again? I have tried master and it didn’t work. I also tried promoted, and it still doesn’t work, but it also says 4:20, and not 4:19. Might have something to do with it…
@calembendell I tried adding this to my project and it did not work. Usual error messages “Binaries for plugin are missing or incompatible” & “plugin failed to load because module could not be found.”
Hey @RealAero and @wickerman123,
I’ll be looking into this today.
I have the color picker currently deployed in an application built using a slightly older version of the promoted branch.
Perhaps I forgot to push something to the Github repository!
Sorry for the trouble.
I’m not actually sure why you’re getting errors.
I run git clone https://github.com/calben/UnrealVictoryUmgPlugin Plugins/VictoryUmg
in the root of my project, regenerate the visual studio solution, recompile, and run the project without error.
Are there no errors when you attempt to compile the plugin?
Oh, silly mistake on my end. @calembendell I was using a blueprint project opposed to a C++ one. I am used to C++, and was quite surprised the project I was using this plugin on wasn’t a C++ project.
it works fine on C++ projects, thank you!
I should look into figuring out how to provide releases for each individual Unreal version for Blueprint projects!
I’ve been wanting to figure out the Github releases feature for a while now
Glad it works!
I tried this plugin & it works perfectly on windows, but failed on android. Do I miss some steps on android build?
Any suggestions how to remove part of the widget without touching the engine source files?
Did you use UAT.bat(i follow this tutorial https://youtu.be/WtfLfYY_k2Y?t=39) to recompile the plugin? I use this method can only rebuilt plugin for UE4.17 successfully, and failed for UE4.18 or above it. Have you any idea or method shared it for me. Much aappreciate!