Evaluation
Topic Author
Posts: 3
Joined: 16 Aug 2024, 22:40

Data Binding in UE5

16 Aug 2024, 22:59

Hello,

I'm currently doing an evaluation of Noesis GUI but I have issue trying the Data Binding

I created a screen in MS Blend, with a custom control.
Following the Unreal tutorial, I created a view using the right click menu.
All that works fine and I can add and remove my screen from the viewport as I would do for a UMG UI page

Now I'm trying to make the Data Binding works with C++
I have a class which is my ViewModel, it has a bunch of variable which the game code changes that need to be reflected to the UI. My most basic case is an integer that I want to display in the UI. I have read the doc numerous time, but I think there is something missing. Any help is welcome!
 
User avatar
jsantos
Site Admin
Posts: 4063
Joined: 20 Jan 2012, 17:18
Contact:

Re: Data Binding in UE5

19 Aug 2024, 12:40

Hey Paul, I assume you've already tried the DataBinding sample included in the plugin, right?
 
Evaluation
Topic Author
Posts: 3
Joined: 16 Aug 2024, 22:40

Re: Data Binding in UE5

19 Aug 2024, 23:43

Yes, I'm using the sample to learn!
I actually figured out my issue over the weekend. I had some naming inconsistences which created some troubles
 
User avatar
jsantos
Site Admin
Posts: 4063
Joined: 20 Jan 2012, 17:18
Contact:

Re: Data Binding in UE5

21 Aug 2024, 12:46

Glad to know you solved the issue!

Was this related to WITH_CASE_PRESERVING_NAME? (viewtopic.php?t=3384)
 
Evaluation
Topic Author
Posts: 3
Joined: 16 Aug 2024, 22:40

Re: Data Binding in UE5

24 Aug 2024, 01:23

Yes, it is. Our project doesn't follow UE coding convention. What I did to make it work is follow the convention for these bounded variables.

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot] and 14 guests