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 ...
There is a one-line fix for this in a shader file, see their PR on GitHub:https://github.com/EpicGames/UnrealEngine/pull/10251/files ...
Since CL-28416011, Sections in Window menu are broken and the RuleProcessor can not be registered in the menu. (See attached imanges) Following workaround restores the sections and fixes the issue. ...
There currently is a mismatch occurring when light function atlases are used in conjunction with exponential height fog. When the flag r.VolumetricFog.UsesLightFunctionAtlas is enabled, light shafts ...
The game crashes because of a nullptr SkinnedMeshComponent in FSkeletalMeshObjectGPUSkin::GetUsedVertexFactoryData when r.PSOPrecache.Resources is enabled and a skeletal mesh is loaded due to a new ...
After importing a FBX and closing the project, upon reopening the content browser does not show any assets and click/holding RMB does not allow camera to pan around. ...
Editor crashes when attempting to spawn an actor from a struct within user's project. Frequency: 5/5 crashreporter: [Link Removed] ...
Animations on joints with ZXY Rotation Order don't work in 4.10. The attached fbx has an animation that should show the thigh_l joint rotating back and then back to default position. This bug does ...
If you interrupt a SetViewTargetWithBlend with another SetViewTargetWithBlend, it snaps to the second ViewTarget instead of blending back. ...