The Editor become unresponsive and then has very low frame rates after activating the Player Collision view mode in the Small_City_LVL and Large_City_LVL maps in the CitySample project. The curre ...
This seems to occur when FTimeline::Stop is called on the client but not on the server, as this will set bPlaying to false locally on the client. Because the value for bPlaying doesn't change on the ...
This is an issue with the sequencer model, it does not clear its bPopulated flag so doesn't allow for changing the frame-rate to a non-compatible (multiple/factor off FPS). ...
If the return value of a trigger goes from ETriggerState::Ongoing to ETtriggerState::None, without returning a ETriggerState::Triggered, then there should be a "cancelled" event that is fired when E ...
Came out of [Link Removed] and is related to this one too I think that this is signaling that we need better solutions for input consumption in the engine honestly. This is a constant pain point ...
Nanite mesh is not culled because "DrawInGame" value in the primitive uniform buffer is always 1. Can be fixed with below modification:// in FPrimitiveSceneProxy::FPrimitiveSceneProxy DrawInGa ...
A material on a landscape with WPO will cause major ghosting, even if that WPO is a dynamic {0,0,0} ,such as from a black texture. ...
It appears that Texture Samplers for Virtual Textures do not respect the Tiling Method from the Virtual Texture Asset when the "Sampler Source" is set to "from texture asset". ...
The TSR History Rejection buffer develops a grid-like artifact over translucent, camera-facingplanes. This problem can be mitigated by increasing r.TSR.ShadingRejection.TileOverscan from 3 to 4 with ...
Some pixels at the edge between cascaded shadow maps and distance field shadows can be skipped by both, leading to unshadowed pixels. Licensee reports the bug happening in 5.3 as well. Test project ...