UMG ViewModel plugin not working as expected

Hi guys,

Is the UMG ViewModel plugin supposed to work? I did create a ViewModel and Text prop (with the FieldNotify flag) and a Widget that uses it but it doesnt update at all.

I tried both Manual and Create instance . However, I always get the same result when in PIE Text Block instead of Text Prop .

Tried with 5.3 and 5.4 any idea of what Im missing?

Hey,

Can you share more information (probably some screenshots) of your ModelView class?

At least in UE 5.5 it seems to work fine. The issue was that I was calling ConstructObject node rather than the CreateWidget. Which is somewhat odd as the former gets transformed (at least cosmetically) into the latter