This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...
While we suggest using screenpercentage at 25%, it is visible at higher percentages. Video showing the flickering:https://udn.unrealengine.com/s/contentdocument/0694z00000Qw4jPAAR ...
When using a DataTable based on a structure that includes TArray or TMap, if a row is not selected, the memory usage will continue to increase. This is because in SDetailsViewBase::Tick, ForceRefr ...
Licensee reports an issue with MeshDescription indexing when reversing a degenerate triangle. ...
See attached project for a good repro ...
Custom Transition Notification Events in ABP's StateMachine are not searched. Therefore, users cannot search where a particular Custom Transition Notification Event is defined. ...
ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false. It's likely an error and line 568 in StaticMesh.cpp should rather be ://if (!bEnableReversedIndexBuffer) <= ...
WP handles PIE Editor only properly (doesn't load the actors at all) but the old level streaming system just hides them through the FPrimitiveSceneProxy. So in this instance, the bug is that the Lev ...