Sizes of widgets are shown as their size before DPI scaling is applied after changing ScreenSize

UE - Editor - UI Systems - Dec 1, 2015

If the user sets the screen size to iPhone 4s (640 x 960) A widget that is "Fullscreen" will be roughly 1080 by 1620 in size (as reported by the details panel). This is the size before the DPI scali ...

Copy+Paste with custom widget seems to "break link" with default values

UE - Editor - UI Systems - Nov 8, 2018

It should be noted that this issue does not occur if you were to create a new "test widget" (by dragging it from the widget list) every time instead of copying and pasting an existing widget. The i ...

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject

UE - Editor - UI Systems - Dec 12, 2016

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject. The Timer clears when the custom event is called by other blueprints, howev ...

Deleting a bound function from a widget sets the binding to None which causes compile to fail

UE - Editor - UI Systems - Mar 9, 2015

Deleting a bound function from a widget sets the binding to None which causes compile to fail. Deleting a bound function from a widget sets the binding to None which causes compile to fail The li ...

BP with Show 3D Widget enabled does not display the correct vector values in the bp editor

UE - Gameplay - Blueprint - Apr 7, 2015

BP with Show 3D Widget enabled does not display the correct vector values in the bp editor. Note: If you don't see a difference at first, delete the bp in the level and place it again. The widge ...

Editor crash when a Breakpoint is added to a Widget's Tick function

UE - Editor - UI Systems - Aug 18, 2017

Editor crashes when a widget's tick contains a breakpoint at a print string node. Based on 4.16 warning message, this appears to be caused by the text attempting to draw when no draw buffer is avai ...

Editor Crashes when placing a widget blueprint from one widget blueprint into another via the user created section

UE - Editor - UI Systems - Oct 8, 2014

CHANGELIST: 4.5.0-2316912 CRASHREPORT: Did not produce an error report CALLSTACK: Did not produce an error report DESCRIPTION:   Editor Crashes when placing a widget blueprint from one widget b ...

Investigate UMG animation duplication

UE - Editor - UI Systems - Aug 10, 2016

A licensee is reporting UObject spikes (with a noticeable GC impact) in UWidgetBlueprintGeneratedClass::InitializeWidgetStatic. This may be caused by our duplication of UMG animations when initializ ...

Mass Agent Component implementation triggers Aggressive Default Reference Replacement ensure

UE - AI - Mass - Nov 13, 2023

Workaround: Construct the DefaultSubobject with ... = CreateDefaultSubobject<UMassAgentComponent>(TEXT("MASS"), true); The issue appears to be that the DefaultSubobject holds a pointer to the CDO ...

Changing a Grid widget's layer setting a runtime does not update

UE - Editor - UI Systems - May 11, 2018

When changing the layer settings for a widget with in a Grid panel at runtime there appears to be no change. The widgets do not update visibly, however when getting the layer setting it will reflect ...