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 ...
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 ...
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 ...
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 ...
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. ...