ride_wind
Topic Author
Posts: 34
Joined: 07 Feb 2018, 03:33

How to use MultiBinding in UE4 ?

26 Mar 2018, 06:00

Does NoesisGui support multiBinding ?

I need to achieve code like below
<Condition Binding={Binding UserId} Value="{Binding RoomOwnerId}">
</Condition>
But the value property not supports Binding,
and I can use MultiBinding to achieve it in WPF.
<Condition Value="True">
						<Condition.Binding>
							<MultiBinding Converter="{StaticResource MultiBindingToBoolConverter}">
								<Binding Path="UserId"/>
								<Binding Path="RoomOwnerId"/>
							</MultiBinding>
						</Condition.Binding>
</Condition>
How to solve it in NoesisGUi ? Thanks.
 
User avatar
jsantos
Site Admin
Posts: 3906
Joined: 20 Jan 2012, 17:18
Contact:

Re: How to use MultiBinding in UE4 ?

27 Mar 2018, 10:57

Multibinding is not implemented yet. Could you please report this in the tracker? The easy workaround is just doing the multiple checks in the model and expose a single variable in the DataContext.

Who is online

Users browsing this forum: Semrush [Bot] and 76 guests