In pasts unreal engine versions like 5.2 or 5.3, when you loaded a project with UnrealFrontend, the uproject was saved inside the Engine.ini file. In version 5.4 it does not get saved and you need t ...
When maps with Color Correct Regions are streamed into another map have their visibility toggled during runtime, it will cause a memory access violation and crash the editor. ...
Editor performance plummets when moving BSP brushes in a level with several other BSP brushes present. Navmesh regeneration is the main cause as the full bounds for all BSP are used to determine whi ...
The Resource Collector does not compress the project and maps even if the option was checked. ...
When trying to override the CanJump function of a character blueprint, the function does not show up in the MyBlueprint panel's function section. Hovering over the Function bar shows the "Override" ...
When creating a new project from the vault, for example: Content Examples, each time it tries to save on the C:\My Documents\Unreal Projects instead of D:\Unreal Projects, even though that folder is ...
Attempting to derive from or include TableViewBase in another class causes compile errors with no additional code added. ...
The prompt window that appears when a project is converted from one engine version to another will "approve" the conversion even if the red "X" is pressed to close the prompt window. ...
The == node is no longer available for Strings. Reproduced in 4.8.0 and Main (The == node is no longer available for Strings). This is a regression: the == node for strings existed in 4.7.6 ...