/// We are going to deprecate this component for the UE5 release. /// The issue also reproduces if console command"p.gc.ShowRigidBodyId -1" is executed in PIE The issue can be reproduced ...
The editor crashes when attempting to make a change to the units located in Edit->Project Settings->Editor->Appearance. The crash occurs as soon as one of the dropdowns is clicked. This is a regr ...
The URL parser encodes the input path to a URL-encoded path even if it is local, so if the path contains unicode characters (such as Japanese Kanji ), the media file cannot be read. Following worka ...
Appears to be an issue with load order and the timing of when we populate the 'ShowSpriteCommands' and 'SpriteIDToIndexMap' containers, which we assert on if they're not the same size. The original ...
There is a crash that is occurring for packaged games that use the string tables and nativized blueprints. This issue only affects a packaged build of the game. Testing for this issue did not yield ...
HZB Setup Mips in the GPU Visualizer seems to be taking considerable ms in 4.12 and 4.13 compared to 4.11.2. This seems to mostly affect editor/PIE GPU Visualization but looks like it should when ...
from licensee:"Expected behavior: The LOD selected to be edited should be saved correctly, allowing different remesh results to be saved as different LODs of the same mesh, _i.e. remesh with 1 cm t ...
Attached actors do not return to LevelInstance space at the end of LevelInstance editing, and bounds contains level instance offset location. This results in huge bounds. My workaround is: void FL ...
Ctrl+Alt selection drag inside to outside of Matinee window will crash the editor Reproduced in Releases stream 2982080 as well, to verify that this wasn't the same bug as https://jira.ol.epicgames ...
The "Find" node can cause a crash if the a map with a struct value changes type while connected, is disconnected and reconnected. Compilation fails and crashes the engine. Found in 4.23.1 CL#963142 ...