View Issue Details

IDProjectCategoryView StatusLast Update
0004521NoesisGUIUnrealpublic2025-11-12 17:11
ReporterSillyGoose Assigned Tohcpizzi  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version3.2.10 
Target Version3.2.11Fixed in Version3.2.11 
Summary0004521: No longer able to get X/Y from FVector2D bindings
Description

Hi,

We have recently updated our version of the Noesis Unreal plugin from version 3.2.8 to 3.2.10 and have noticed our usages of FVector2D have stopped working within our models. We can see the value is being reflected but are unable to access the individual values on X/Y.

We have created a minimal Xaml to try and test this and created a simple model in blueprint to set the FVector2D.

I have uploaded screenshots display what the Xaml below looks like in both versions:

<StackPanel> 
    <StackPanel Orientation="Horizontal"> 
        <TextBlock TextWrapping="Wrap" Text="Point:"/> <TextBlock Text="{Binding Path=MyVector}" TextWrapping="Wrap"/> 
    </StackPanel> 
    <StackPanel Orientation="Horizontal"> 
        <TextBlock TextWrapping="Wrap" Text="X:"/> <TextBlock Text="{Binding Path=MyVector.X}" TextWrapping="Wrap"/> 
    </StackPanel>
</StackPanel>
Attached Files
XamlInVersion3-2-8.png (2,508 bytes)   
XamlInVersion3-2-8.png (2,508 bytes)   
XamlInVersion3-2-10.png (2,174 bytes)   
XamlInVersion3-2-10.png (2,174 bytes)   
PlatformAny

Activities

hcpizzi

hcpizzi

2025-11-12 12:43

developer   ~0011373

Hi,

Could you please try the changes in SVN revision 16196? That should address this issue.

Thank you very much.

SillyGoose

SillyGoose

2025-11-12 16:51

reporter   ~0011381

Thank you for the quick fix we have tested locally and it now behaves as it was before!

hcpizzi

hcpizzi

2025-11-12 17:11

developer   ~0011382

Glad to hear! The fix will be inclulded with 3.2.11.

Issue History

Date Modified Username Field Change
2025-11-12 12:20 SillyGoose New Issue
2025-11-12 12:20 SillyGoose File Added: XamlInVersion3-2-8.png
2025-11-12 12:20 SillyGoose File Added: XamlInVersion3-2-10.png
2025-11-12 12:32 jsantos Target Version => 3.2.11
2025-11-12 12:32 jsantos Assigned To => hcpizzi
2025-11-12 12:32 jsantos Status new => assigned
2025-11-12 12:43 hcpizzi Status assigned => feedback
2025-11-12 12:43 hcpizzi Note Added: 0011373
2025-11-12 16:51 SillyGoose Note Added: 0011381
2025-11-12 16:51 SillyGoose Status feedback => assigned
2025-11-12 17:11 hcpizzi Status assigned => resolved
2025-11-12 17:11 hcpizzi Resolution open => fixed
2025-11-12 17:11 hcpizzi Fixed in Version => 3.2.11
2025-11-12 17:11 hcpizzi Note Added: 0011382