Unreal Engine 5.1 Release Notes

Overview of new and updated features in Unreal Engine 5.1

UMG Viewmodel is a plugin that aims to separate display (view) and data (model) logic, aka Model-View-Viewmodel (MVVM).

@benui Woah. This sounds like what I've been trying to implement myself this week, so that I could detach and destroy widgets without losing data.

Will have to check if Viewmodels can live without the associated widgets though. Thanks for the tip!