The issue appears to be caused by a mismatch in the value returned by GetResourceSizeBytes(EResourceSizeMode::Exclusive) between InitResources() and ReleaseResources(). At InitResources(), the repo ...
When a UMG Text widget is set to Auto Wrap and uses InvariantLeft or InvariantRight, the wrapped visual lines are positioned differently than expected compared to Left/Right. In the current engine ...
After migrating our project from UE 5.5 to 5.7, we are experiencing a consistent engine crash in the Sequencer. The crash occurs specifically when a user attempts to add a component to a Spawnable A ...
Reimporting a Skeletal Mesh via legacy import duplicates mesh sockets. The issue does not reproduce when using the Interchange pipeline. ...
1. Non-Deterministic LastAuthority Serialization LastAuthority is assigned in USplineComponent::Serialize. Its value depends on the order in which the object and its archetype are serialized, leadi ...
Nanite::BuildShadingCommands() launches two asynchronous tasks: ShadingCommands.SetupTask ShadingCommands.BuildCommandsTask BuildCommandsTask is responsible for modifying ShadingCommands.Commands ...
More details in this [Link Removed] ...
Offset root node is affected by frame rate and produces jitter in it's motion across various settings and styles. ...
Static Meshes that draw into RVTs and have "Draw In Main Pass" is set to "From Virtual Texture" (ERuntimeVirtualTextureMainPassType::Exclusive) will still draw in Occlusion Queries. This can be tr ...
The two following automation tests found in the "Standard Tests" list hit exceptions & cause the editor to crash:System->Physics->Interface->BodyInstanceShaders->ShaderPreprocessor->BuiltInMacros ...