Reported on the dev forum, drag-drop widget is broken in the 5.1 Preview.
https://forums.unrealengine.com/t/unreal-engine-5-1-preview/662523/221
Anyone else having problems with UUserWidget::SetPositionInViewport()?
With 5.0.3 my drag-drop widgets (based on the official tutorial Creating Drag and Drop UI | Unreal Engine Documentation 1 ) worked perfectly fine, now they are all stuck at positionUnknown macro: {0,0}(top left) and SetPositionInViewport() does not change anything, despite getting the correct position input values.
It seems they added a new subsystem for handling widgets (UGameViewportSubsystem), perhaps it’s not working correctly yet?
Result: The widget is stuck at position (0, 0).
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-169413 in the post.
3 |
Component | UE - Editor - UI Systems - UMG |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.1.1 |
Fix Commit | 23227808 |
---|---|
Release Commit | 23227752 |
Created | Nov 7, 2022 |
---|---|
Resolved | Nov 23, 2022 |
Updated | Dec 3, 2022 |