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 ...
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. 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. 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. Note: If you don't see a difference at first, delete the bp in the level and place it again. The widge ...
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 ...
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 ...
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 ...
Workaround: Construct the DefaultSubobject with ... = CreateDefaultSubobject<UMassAgentComponent>(TEXT("MASS"), true); The issue appears to be that the DefaultSubobject holds a pointer to the CDO ...
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 ...