Search found 44 matches

by antsonthetree
11 Jan 2018, 19:36
Forum: General Discussion
Replies: 4
Views: 1975

UE4 Multiple NoesisViews

Hello, I want to show two NoesisViews simultaneously on my display for a menu system. One view will have a button list on the left side. Clicking each button will display a new Noesis View on the right side. I realize I could combine all of this into a single Xaml file, but for specific reasons (ver...
by antsonthetree
10 Jan 2018, 17:17
Forum: Official Announcements
Replies: 177
Views: 117870

Re: Unreal Engine 4

Hi Jake, Doing data binding from C++ using the Unreal reflection system is quite straightforward, you just need to make sure the properties and functions are exposed to Blueprints and the system should work as it does with Blueprint classes. Or, alternatively, you can use the Noesis SDK C++ reflect...
by antsonthetree
09 Jan 2018, 18:43
Forum: Official Announcements
Replies: 177
Views: 117870

Re: Unreal Engine 4

Hello,

Could you post an example that shows how to instanciate a noesis view and also setup databinding using C++ only?

Thanks
Jake
by antsonthetree
09 Jan 2018, 17:23
Forum: General Discussion
Replies: 4
Views: 1080

UE4 ShooterGame - Need Xaml

Hello,

There are no xaml files included in the UE4 shooter game.
Can you please provide the original xaml files for the menus and hud?

Jake