When creating the emitter's track widget we search for the stack view model's root entry, but the stack view model pointer is null, so we crash. ...
FBox properties in the editor are not being saved. This appears to be a regression caused by CL# 21566516 that was missed due to there being no editable box types in the Epic codebase. ...
The FRHIFrameFlipTrackingRunnable thread is not initialized on Windows, so RHIGetFrameRate always returns zero. As a workaround, remove the code added by CalculateFPSTimings for Windows platform, a ...
To test this issue: Create a C++ class WolrdTimeDilationDebugActor.h in your Project with the following code:// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinim ...
This is a regression. Tested in //UE5/Release-5.0 CL20979098 Data validation fails after renaming a Blueprint Actor while the Game Features Plugin is enabled. ...
This is a regression. Tested in //UE5/Release-5.0 CL20979098 Build mini map fails with an Unhandled Exception while r.Raytracing.Nanite.Mode=1 is enabled in the DefaultEngine.ini. ...
in 5.0 or 5.1, MinimumLOD per platform can be previewed in the mobile ES3.1 preview mode, but It seems that the LOD ScreenSize per platform is not reflected in the mobile preview. ...