Tested in: //UE5/Release-5.1 CL22346211 Crashed with Assertion //UE5/Release-5.0 CL20979098 Crashed with Assertion Crash occurs when after resuming from a Breaking Point that has been placed on an ...
This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Texture Filter Nearest isn't respected in Packaged Shipping Builds. When playing in editor, stand alone, or packaging in any other f ...
SplineMeshActors all share the first spline placed rather than their own spline when using the mobile renderer. This was first reported in this UDN: https://udn.unrealengine.com/s/question/0D54z0000 ...
When Right clicking and selecting add key frame to an animation on the curve editor in UMG there appears to be multiple keys being added to the timeline. ...
From licensee: "Expected behavior (as seen in UE 4.25...also confirmed in 4.24):"[Image Removed] "Actual behavior in UE 4.26:"[Image Removed] Report from a licensee: In VR when using custom dep ...
If a TArray has a TInlineAllocator with a large number and the class is used with a child Blueprint, the editor will throw an assert. If the base C++ Class is used instead of the Blueprint, the asse ...
Editor is crashing when setting closed loop in the construction script of a blueprint. This did not occur in 4.12.5 following the same repro, this is a regression. ...
Testing Vulkan DLS and hit this crash when running the app on Nexus 6p. This crash does not reproduce on Nexus5_4012_Adreno 330 ...
The following code in UPlayerInput::GetChordsForKeyMapping is at fault for this: !(KeyMapping.bAlt || KeyMapping.bCtrl || KeyMapping.bShift || KeyMapping.bCmd || ActionBinding.KeyEvent == EInputEv ...
The GetOverlappingComponents node isn't working correctly on mobile devices. It seems like it may only not be registering components that are spawned at runtime, as it does change the number of over ...