RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Unreal, installed plugin, nothing is visible

20 Mar 2023, 16:28

I'm using custom source build of 5.1.1
I installed the plugin, clicked on "Add To Viewport" on the WorldUI thing inside of the plugin content.

There is nothing visible at all, no errors.
It does create the View widget, it's ticking (checked by print a string inside the "Tick" function)

I have added
`PrivateDependencyModuleNames.AddRange(new string[] { "Noesis", "NoesisRuntime" });` into ProjectName.build.cs
and #include "NoesisRuntime.h" into ProjectName.h
Attachments
Screenshot_6.png
 
RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Re: Unreal, installed plugin, nothing is visible

20 Mar 2023, 16:36

Also I was following https://www.noesisengine.com/docs/Gui.C ... orial.html

After I added NuGet for NoesisExtensions and then tried to use the style, I got this:
Attachments
Screenshot_8.png
Screenshot_7.png
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal, installed plugin, nothing is visible

21 Mar 2023, 11:35

Hi,

The WorldUI Xaml you are trying to use has no content. It's an empty panel that we use to add other content to it dynamically. You can download a zip file with an Unreal project containing multiple samples from the Downloads section here https://www.noesisengine.com/developers/downloads.php
 
RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Re: Unreal, installed plugin, nothing is visible

21 Mar 2023, 12:04

I also create a blend project with a single button, imported the xaml of it and nothing was showing too
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Unreal, installed plugin, nothing is visible

21 Mar 2023, 16:31

Do the examples that come with the plugin work correctly?
 
RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Re: Unreal, installed plugin, nothing is visible

21 Mar 2023, 18:04

Example project works, but I can't see anything in my own project
 
RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Re: Unreal, installed plugin, nothing is visible

22 Mar 2023, 00:34

Weird, but it works with the xaml files from the sample project. idk what's up with my custom one
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal, installed plugin, nothing is visible

22 Mar 2023, 10:57

Are there any errors in the Output Log window?
 
RomanZhu
Topic Author
Posts: 8
Joined: 21 Dec 2017, 21:50

Re: Unreal, installed plugin, nothing is visible

22 Mar 2023, 14:03

Nope, nothing
 
User avatar
hcpizzi
Site Admin
Posts: 316
Joined: 09 Feb 2012, 12:40

Re: Unreal, installed plugin, nothing is visible

22 Mar 2023, 14:55

Could you paste your test Xaml here, please, so I can take a look?

Who is online

Users browsing this forum: No registered users and 54 guests