If a skeletal mesh has a section disabled the ray traced shadow will flicker when the camera or itself moves. Previously in 5.6.0 no raytraced shadow would appear if a section was disabled. This wa ...
It is currently not possible to set a VirtualTextureStreamingPriority via the TextureLodGroups that are defined in a device profile. ...
The licensee identified a number of cases where loading assets will trigger convex hull generation warnings:If the first 3 verts in the set are colinear (in which case IsPlanarShape() returns true b ...
This is a regression, it worked correctly up to UE 5.5 but behaves incorrectly in UE 5.6 up to latest. When a regular texture with sRGB enabled is converted to a virtual texture, its thumbnail in t ...
The unreal.ControlRigContextMenuContext.get_control_rig_blueprint() this function has been deprecated in Unreal Engine 5.7. As a result, the Python scripts included with the Control Rig plugin no ...
A possible race condition allows texture instance views to read uninitialized bounds, causing either garbage or zero screen size values to be returned by FRenderAssetInstanceAsyncView::GetRenderAsse ...
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 ...
When Saving the level, ULevelInstancePropertyOverrideAsset::SerializeActorPropertyOverrides will run UStruct::SerializeTaggedProperties to "diff-serialize" each object against its archetype (the LI ...
Making this a placeholder for now. Will fill out the description asap ...
Modules in the particle spawn stage get unlocked and lose inheritance after changing the inherited emitter's interpolated spawn mode to "No Interpolation" then resetting. ...