Blueprint Editor Show Grid does not toggle the grid in the viewport

UE - Editor - Workflow Systems - Oct 28, 2020

The grid in the blueprint editor is not able to be hidden via the Show Grid flag in the viewport dropdown. This has regressed sometime in //Ue4/Release-4.25 as I cannot reproduce this issue in //UE4 ...

r.ScreenPercentage.Editor does not function

UE - Graphics Features - Jun 2, 2016

Setting r.ScreenPercentage.Editor does not affect the upsampling/downsampling of the viewport in the editor. Regression: YES - the console command correctly adjusted the screen precentage in 4.11.2 ...

Crash when moving actor on viewport with HierarchicalInstancedStaticMeshComponent.

UE - Gameplay - Components - Aug 28, 2017

Create ActorBP has StaticMesh is not assigned to HierarchicalInstancedStaticMeshComponent. Place this actor on the level, and bind the StaticMesh from the Detail tab and add the appropriate Instance ...

Code based FPostProcessSettings variables are not displayed properly in the editor

Tools - Sep 6, 2017

When a variable of FPostProcessSettings is created, the variable itself is missing in editor with the actual post process settings fully expanded instead. Additionally, the fully expanded settings ...

NaN is handled differently when clamped on Windows and Android/iOS

UE - Platform - Mobile - Oct 18, 2017

NaN (Not a Number) is handled different when clamped on Windows and Android/iOS. If you clamp a NaN (Acheived by -3 ^ 0.2 in the reproduction project) from 0.0 to 1.0 and then print the result, you' ...

Containers of Instanced Subobjects don't inherit as expected

UE - Gameplay - Blueprint Editor - Jul 6, 2018

Changes made to array containers in the parent Instanced Subobject Blueprint does not affect the child. Working in 4.18.3 Broken in 4.19.2 Tested in  4.18.3(CL - 3832480), 4.19 (CL - 4033788), 4. ...

Widget component navigation does not work in Standalone

UE - Editor - UI Systems - Jun 14, 2019

When running a standalone build, focus navigation doesn't work on widgets within a world-space widget component. This may be fallout from [Link Removed], which parented the widget component's virtua ...

BP multi-level inheritance does not correctly inherit 'Static' mobility

UE - Gameplay - Blueprint - Sep 8, 2022

User reported an issue of a mesh not being visible when a project has multi-level blueprint inheritance. After reproing, I believe the root cause is DefaultSceneRoot of the grandchild BP class not c ...

New Material Thumbnails are appearing distorted

UE - Rendering Architecture - Materials - Jun 1, 2016

When creating a new material the thumbnail will start out as the default material sphere but then quickly appear distorted, almost like its zoomed in really close. This does not affect already creat ...

Duplicated Blueprint Causes Incorrect Target for Events

UE - Gameplay - Blueprint - Oct 15, 2015

Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...