When a UWidgetComponent has its widget assigned dynamically at runtime using CreateWidget and SetWidget, drag & drop operations fail in Standalone Game and packaged/game builds, while working correc ...
This is a regression, here's the repro in FN/Main (48954958) : [Link Removed] And now in UE5.7 (48496583) : [Link Removed] ...
The following functions have been found to perform unchecked casts of the pawn's "UpdatedComponent" to class UCapsuleComponent, possibly resulting in crashes:UFloorQueryUtils::ComputeFloorDist()UGro ...
When launching Unreal Engine with the Vulkan RHI, SM6 and RenderDoc Auto Attach on Startup enabled, the engine fails to initialize with the error: “A compatible Vulkan Driver is required to run the ...
In 5.8, after entering PIE, the editor will start doing two SceneRenders per frame. This dramatically drops performance. Presumably this second render is for the inactive / unfocused editor viewport ...
SaveGeneratedTexture2DAsset can crash for a variety of reasons when overwriting an existing texture asset. When no existing asset exists, the function simply moves the provided transient Texture ass ...
This is a regression since 5.5 with skeletal meshes where morph target normal/tangent deformation only works when a mesh is imported as a LOD of an existing skeletal mesh, but not when imported as L ...
Note that this bug potentially also affects a wide variety of material / geometry setups; however, a translucent wireframe setup is currently the main reproduction case. The issue may also be notice ...
Enabling the ScriptableToolsFramework plugin causes compile errors in shipping configurations. This also applies to any plugins which depend on it, such as the ScriptableToolsEditorMode plugin. Thi ...
A licensee has encountered an issue where their FInstancedStruct isn't being gathered into CachedPropertyData when "Generate Optimized Blueprint Component Data" is enabled. The changes in [Link Remo ...