Sounds are not playing in PIE for UMG animations. The sounds will play fine if you launch on or play in Standalone game ...
Using Windows scaling above 100% now causes Screen Space 3D Widgets to be offset. (Pressing F11 for fullscreen or launching will cause widget to appear in correct location) ...
Widget appears to take focus on mouse up and this appears to have functioned differently in earlier versions ...
The 3D widget looks fine in the mobile preview. However, when the project is launched to a device the widget will appear upside down. ...
Widget does not completely fill the screen on hmd ...
When you select multiple notifies and attempt to replace them with another notify using "Replace with Notify", it will sometimes replace other random notifies and not the ones you have selected. ...
If the user has two widgets (widgetA and WidgetB) and they use widgetB inside of WidgetA via the user created section and then they alter widgetB the reference to WidgetB will show a REINST Error. ...
A user made an Enumeration blueprint that is used to reset position and to quit the game. This Enum is used in a widget by a button. The button being used is placed inside of another widget that is ...
Struct properties marked up with the EditAnywhere and BlueprintReadOnly specifiers are exposed in Widget Blueprints by MakeStruct nodes and split pins on Setter nodes. CanBeExposed in K2Node_MakeStr ...