In a normal detail panel, each element has its own SDetailSingleItemRow and are mostly uniformly sized with some exceptions of having a few bigger rows (i.e. asset pickers). However, these layers ar ...
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 ...
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 ...
Proposed workaround:add in FMobileSceneRenderer::RenderDeferredMultiPass (MobileShadingRenderer.cpp): #if WITH_DEBUG_VIEW_MODES if (ViewFamily.UseDebugViewPS()) { return; } #endif // WITH_DEBU ...
BP Static Mesh Components are not retaining the vertex color applied to them in a level when you play in Standalone or Package a Project. You will get the correct results however when you PIE. Thi ...
No scroll bar is created when the Collision Preset section of Project Settings is expanded. Clicking an element in the Preset section does not add the scroll bar. Collapsing the section and re-exp ...
Noticed when replying to a user on the forums (link included) When using the "Convert to Class Blueprint" feature in the level editor to create a blueprint from the selected actors, the created blu ...
Depth Fade and Fresnel inputs in a Particle's Material will result in the particle not rendering unless Mobile HDR is checked true on an iOS device. Also Reproduced in Main Promotable-CL-2535351 S ...
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 ...
We auto-create a PixelStreamingInputComponent which handles the input coming from JavaScript's emitUIInteraction. This works in a UE4 app with a single level, but it seems that if you change levels ...