Blueprint Editor Show Grid does not toggle the grid in the viewport

UE - Editor - Workflow Systems - Oct 28, 2020

The grid in the blueprint editor is not able to be hidden via the Show Grid flag in the viewport dropdown. This has regressed sometime in //Ue4/Release-4.25 as I cannot reproduce this issue in //UE4 ...

DrawDebugString display wrong position in PIE when changed display scale

Tools - Sep 16, 2020

The display position of the text in DrawDebugString is affected by the scale of the display. Should refer to the Project() of DebugCanvas (not Canvas). -  Suggest Code void AHUD::DrawDebugTextL ...

Item of Console Variables on Device Profiles is displayed incorrectly when Editor setting is other than English

UE - Editor - Workflow Systems - Sep 14, 2020

If the Editor is in English, it will be displayed correctly. ( r.*)[Image Removed] This issue depends on the display language of the Editor and seems to occur in languages other than English. I al ...

Text Size In Material Blueprint Comments Don't Change

UE - Rendering Architecture - Materials - Aug 24, 2020

When changing the size of the text in a comment box, after you adjust the size and click save, then close the material editor. When you reopen the editor, the text size is back to the default but th ...

Draw as border is completely opaque when size in negative

UE - Editor - UI Systems - Feb 26, 2019

When an image widget is set to draw as border it will no longer render as a border if the size is negative. The widget appears completely opaque. ...