This is not a regression. Tested in //UE5/Release-5.0 CL20979098 Web Browsers widget components stop accepting input when toggling visibility with a delay if there is more than 5 browsers. This onl ...
Basically, APlayerController::HiddenActors, which is propagated into FSceneView::HiddenPrimitives is not used to skip shadow casters in the DF shadow implementation. Because this does not use the g ...
Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...
Local (point/spot) lights currently do not have shadows on SingleLayerWater materials. SLW uses forward-like clustered shading and loops over all local lights directly in the pixel shader. In order ...
A customer noticed that root motion did not mirror properly when using montages. The issue is that the root motion mirroring code is only called from FAnimSync::TickAssetPlayerInstances . Th ...
When duplicating Actors placed on the scene they often are placed in a different folder in the outliner than the original actor was placed. This only happens when folders (containing spaces and/or b ...
Regression: Tested in //UE5/Release-5.0, this issue does not occur so regression is yes. The GPU Timeout only occurs in UE5/Release-5.1, as recreating this issue in previous versions of the editor ...
We should update the SCC right click menu to match the content browser, standard menu in the CL window for consistency and to reduce duplicated code. https://github.com/EpicGames/UnrealEngine/commi ...
When trying to copy/paste values from anything to a Transform variable's values, it will not happen. Additionally, you cannot copy/paste anything from a Transform variable. I repro'd this 3/3 times. ...