Vehicle wheel friction values are applied too high relative to the vehicle centre of mass. They are applied at the wheels original rest position rather than the base of the current wheel location. ...
The flag is not propagated in FPrimitiveSceneShaderData::FPrimitiveSceneShaderData and so is missing in GPU-Scene primitive data. Need to add: .UseSingleSampleShadowFromStationaryLights(Proxy->UseS ...
This is a regression tested in //UE4/Release-4.27 CL#18319896 Crash after changing either the Anim Start or End times of an Animation Composite when using Enter to confirm their value. ...
When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...
This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Crash when recombining Value Pin after swapping Target Wild Card pin from a Vector2D to a Vector on a Set By-Ref Var node. ...
There's a crash when "Play Quantized" is used on an Audio Component that was constructed via the functions "Create Sound 2D" or "Spawn Sound 2D" when the option 'Persist Across Level Transitions' is ...
Collapsed material attribute nodes cause an editor assertion crash in the material editor when viewed or opened. Assertion failed: (Index >= 0) & (Index < ArrayNum): Array index out of bounds: 0 fr ...
Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing. ...
This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...