After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...
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 ...
This only happens on a 5700XT, tested this on the 7900XT and the issue did not occur Initially reported on the Preview 1 forums: https://forums.unrealengine.com/t/unreal-engine-5-4-preview/1763516 ...
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 ...
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 ...
Geometry in sublevel created with "Load Level Instance" ignores level transform. Other objects, such as Static meshes are affected by the transform. This issue is not a regression. Versions tested: ...