World Memory Leaks crash with a hidden sublevel to a redirector

Tools - Dec 8, 2020

From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...

Editor Utility Widget - 'Fill Data Table from JSON string' node parsing error

Tools - Nov 24, 2020

Issue also occurs in 4.25 therefore not a regression. Original issue was submitted by a user 'Fill Data Table from csv string' node does work though The following is a snippet of the error output ...

Selected Option in Switch Actor Doesn't show up in variant manager properties.

Tools - Sep 25, 2020

Selected Option is part of a Switch Actor property. When attempted to add the property in variant manager, the property named selected option doesn't show up in variant manager properties. Reported ...

Search for references in embedded gameplay tags editor of blueprint editor details panel does nothing

Tools - Sep 22, 2020

There is an arrow with a menu that opens when clicked. That menu binds member functions to the widget. The widget is being deleted when the user clicks on the action in the menu, before the action i ...

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

Creating a new C++ project with visual studio build tools installed opens a command prompt for visual studio

Tools - Aug 27, 2020

Creating a new C++ project with build tools installed for Visual Studio opens a command prompt to path C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools> instead of visual studio. Selec ...

Crash in UEditorEngine::ToggleBetweenPIEandSIE when ejecting from Play In Editor while starting a multiplayer session

Tools - Aug 24, 2020

UE4Editor crashes when we eject from a Play In Editor session while starting a multiplayer session. ...

Inline color picker doesn't end transaction

Tools - Aug 20, 2020

Inline color picker doesn't end it's transaction. Looks to be a regression from: https://jira.it.epicgames.net/browse/UE-84386 ...

Changes to local project settings (Project/Saved) are not propagated to the default ini file upon using "Set As Default" if that file is currently checked-in/read-only

Tools - Aug 20, 2020

Changes to local project settings (Project/Saved) are not propagated to the default ini file upon using "Set As Default" if that file is currently checked-in/read-only. ...