Repro Rate: 5/5 This is a live issue that has been tested in the Binary build of //UE5/Release-5.1 at CL 23058290 and DOES NOT OCCUR in Windows and Linux but DOES OCCUR in Mac. This was tested on d ...
When using infinite or duration-based effects, required and ignored tags will have no effect on attribute modifiers. This appears to be caused by OnAttributeAggregatorDirty (GameplayEffect.cpp:2917) ...
In the repro project the player camera has a post process material that slightly darkens the frame by subtracting 0.01 from the final color. When a camera animation based on a camera sequence is pla ...
Looks like the resize that does the safe zone update is done before the orientation is updated. I suggested swapping the order to licensee in the UDN ticket and it worked for him. This should be t ...
This is a speculative bug report from the user. The fix for this is to re-do the work of 31224705 but in a better way. The "bShouldBeIgnored" flag is being overriden by the previous mapping's va ...
The ctor of FD3D12BindlessResourceManager implies that GPU heap activation is intended to occur lazily with ERHIBindlessConfiguration::RayTracingShaders, however any call to FD3D12BindlessResourceMa ...
If the user adds a second time line to a widget blueprint after the first has had a key frame add then the editor will crash if the curve editor is selected. ...
Reparenting an actor component to an instanced static mesh component causes a crash. Found on //UE4/Dev-Blueprints CL-3122712 ...
Editor crashes when right-clicking in the blank area of the anim blueprint asset picker ...
Creating a blueprint structure in the content browser causes the editor to lock up and become unresponsive. ...