When compiling on load in -game, a blueprint class that inherits from a native class that is marked within and the class that it is within is abstract, a crash will occur when FBlueprintCompilationM ...
Reproduced 10/10 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. None of these settings seemed to have any effect:Preselect at Level Load (Random nod ...
When DitheredLODTransition is enabled for HierarchicalInstancedStaticMesh, in the previous version (5.1.1), dithering was applied during fade-in/fade-out, but in 5.4.3, dithering is not applied duri ...
Can attach actors to each other through the use of sequencer even though actors are in different levels which leads to crashing when saving and changing levels F3DAttachTrackEditor::IsActorPickabl ...
Importing a skeletal mesh fbx from blender and setting the Import Uniform Scale option for the mesh to a higher value, like 100, results in only one of the meshes being scaled while the other is lef ...
It is believed that soft references resolved during runtime, point to the edit time instances of actors instead of the runtime instances. This issue does not reproduce when it is called from an Inp ...
When using Replicated Movement, certain combined linear/angular movements cause the client to freeze for several seconds and then catch up to the server. This is a regression from 4.21.2 (CL-4753647 ...
When you remove an axis mapping using a specific key it will remove all mappings even if they have separate scales. The user found a fix that I verified that worked. In "InputSettings.cpp", which i ...
When a child actor passes a string to it's parent's overloaded constructor using an overridden function that returns a string it won't receive the correct string. I have verified that the correct fu ...
The FailsafeArea of NavModifierVolume is generated at a different location from the center of the actor when it rotated. This means that the effect of rotation is incorrect. (see attached file) W ...