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 ...
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 ...
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. ...
RHIinit() calls GRHICommandList.GetImmediateCommandList().GetContext() to make sure that GDynamicRHI->Init() initialized the immediate command list (by calling FRHICommandListImmediate::InitializeIm ...
Regression: The UI for the Parameters window in a Niagara System is different from UE5/Release-5.0 to UE5/Release-5.1, so the issue cannot be replicated in Release-5.0 This issue occurs when going ...