User avatar
jsantos
Site Admin
Topic Author
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Unreal Engine 4

08 Dec 2017, 18:03

You can find many working samples in our Github repository. Search for the UE4 folders. Each sample is also documented in the corresponding README.md
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal Engine 4

08 Dec 2017, 19:01

Have you disabled the Blueprint Compilation Manager as shown in the README? It bypasses our Blueprint compiler and causes the widgets not to work.

You can also enable logging in the Plugin's configuration (set Log Verbosity to Normal) and see if something shows up in the Output Log window.
 
flyingtree
Posts: 31
Joined: 09 Jun 2017, 04:47

Re: Unreal Engine 4

09 Dec 2017, 11:04

UEPlugin build failed. Missing file Noesis_pch.h.
 
maxwell_n11
Posts: 7
Joined: 18 Nov 2017, 19:19

Re: Unreal Engine 4

09 Dec 2017, 11:42

@hcpizzi thanks, that's work now.
@jsantos samples not build for me.
fatal error C1083: Cannot open include file: 'NoesisBaseComponent.generated.h': No such file or directory
@flyingtree are you using the 4.18 version and the 2.1 beta version of the SDK ?
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal Engine 4

09 Dec 2017, 13:07

@flyingtree As maxwell points out, you need to download the NoesisGUI native SDK beta 10 separately and put the contents into Engine/Plugins/NoesisGUI/Source/Noesis/NoesisSDK

@maxwell_n11 Did you generate the sample visual studio solution by running “GenerateProjectFiles.bat -engine -game <path to uproject file>” from your UE4 install directory? The .generated.h files are produced and put in the include path by Unreal Engine’s build system.
 
flyingtree
Posts: 31
Joined: 09 Jun 2017, 04:47

Re: Unreal Engine 4

09 Dec 2017, 14:39

@hcpizzi I have the same problem with @maxwell_n11 with installed engine downloaded from epic launcher.
error1.png
error1.png (2.66 KiB) Viewed 2168 times
And there is a NoesisBaseComponent.generated.h in the NoesisGUI\Intermediate\Build\Win64\UE4Editor\Inc\NoesisRuntime
error2.png
 
flyingtree
Posts: 31
Joined: 09 Jun 2017, 04:47

Re: Unreal Engine 4

09 Dec 2017, 14:48

thanks to @maxwell_n11, I download 2.1 beta and buid with Unreal Engine Source from git, everything builds fine, but the login view doesn't show up, and I set a breakpoint at UNoesisInstance::InitInstance(), the members of NoesisBlueprintGeneratedClass instance are default.
error3.png
but I have set the values in the editor
error4.png
and I called CreateWidget from the level blueprint
error5.png
Am I missing something?
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal Engine 4

09 Dec 2017, 16:24

@flyingtree that's a symptom of the problem with the Blueprint Compilation Manager. Can you disable it and compile your NoesisView blueprint again?

@maxwell_n11 if I understand correctly, you managed to build the plugin, but the samples are failing? Did I get that right?
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal Engine 4

09 Dec 2017, 18:00

Alright, guys. I could reproduce the problem with the .generated.h header file using the Epic Games Launcher version of the editor.

I've just pushed a new version of BuildNoesisGUIPlugin.bat to GitHub that copies that directory. With that I've been able to successfully build one of our samples. Get the new batch file, run it again, and after that regenerate the project files and it should work. And let me know if you still can't make it work. Remember: you have to regenerate the game project again after re-building the plugin with the new batch file, otherwise it won't work.

Hope this solves your problems!
 
flyingtree
Posts: 31
Joined: 09 Jun 2017, 04:47

Re: Unreal Engine 4

09 Dec 2017, 18:10

@hcpizzi new problem here
error1.png
error.png

Who is online

Users browsing this forum: No registered users and 5 guests