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 ...
Potential memory leak when using Blueprint Debugger to inspect a return value multiple times while playing. User also reported this would cause a crash, but I didn't try to max out ram usage to trig ...
Reported in SF [Link Removed] Path Tracer renders of images with 3D grass may not display 3D grass in the foreground of an image. The 3D grass material will not appear or may appear to cut off at s ...
Arrays chosen through a Select node cannot be altered. Note - This is also reproducible using any of these nodes instead of using 'Add':Add UniqueSet Array ElemInsert ...
Selecting a text field that is displaying "Multiple Values" will rewrite all values for all selected entities to "Multiple Values". Reproduced in 4.7.6, 4.8.0, and Main (//depot/UE4/Promotable-CL-2 ...
When I go to the Input section of the Project Settings and change the key that the console is mapped to, when I restart the editor, there are now 2 bindings to the console. The default ~ mapping as ...
I can across this issue when I was Ad Hocing and wanted to pose a skeletal mesh in a certain way. I imported one into my project and moved a bone, then undo and it was gone. I wanted to check if it ...
Smoothing user's landscape breaks collision, causing player to fall through the ground at points that have been smoothed. Resampling landscape fixes the error until smooth tool is used again. Regr ...
When an array of custom UObjects is defined in an actor component class, blueprint instances of the component class cannot update the array elements. Array elements only update inside the blueprint ...
Attempting to package a project using Nativize Blueprint Assets that contains delegates that have the same output parameters (such as binding an event to the OnCanvasRenderTargetUpdate event as show ...