When unloading a level via ULevelStreamingDynamic, if you register a callback for OnLevelUnloaded and then unload the level with SetIsRequestingUnloadAndRemoval, the level appears to be removed from ...
As a report of a similar issue, changing the text to right-aligned causes a similar issue. This issue seems to have been occur by a change in CL7540157. It also seems to be improved by adding the p ...
Created a C++ project with starter content and then deleting the project and making another C++ project with starter content with the project name the same as the previous project causes starter con ...
Summary: The following warning appears on each selection of any ChildActorComponent inside Blueprint Editor:LogUObjectGlobals: Warning: Failed to find object 'Class None.NewBlueprint1' (where NewBl ...
Changing capitalization in a newly created folder will not rename folder and the user will be presented with "A folder already exists at this location with this name. Also occurring in 5.0-Release ...
When sampling root motion backwards we can hit an infinite loop in ExtractRootMotion. This happens if the initial sample time + negative delta is off the end of the animation clip. In that case FA ...
This is a regression. In 4.27 basic shapes created from the place actor panel are named after their respective shapes making it easier to to discern. In 5.0ea this is no longer the case. ...
An FBX exported from 3DEXCITE DELTAGEN fails to parse correctly in the latest FBX SDK and crashes the UE importer. This FBX is automatically repaired when loaded into Maya (citing "polygons with ov ...
The script performs P4 commands even if -NoP4 was specified. It should properly handle -NoP4 by checking for if (CommandUtils.P4Enabled) ...
We have an issue with artefacting of virtual shadow maps on low poly meshes: [Link Removed] We would like to request a higher polygon version of the sphere for UE5's release/starter content, which ...