When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...
A licensee has reported that it is not possible to disable texture streaming of a given TextureLODGroup by setting "NumStreamedMips=0" in their device profiles. Currently, using 0 results in the sam ...
When a montage slot node output is pushed to a Pose Cache and used in a Two-Way Blend, the value returned by GetSlotNodeGlobalWeight will be the current fractional value rather than the actual globa ...
When View.Family->EngineShowFlags.CompositeEditorPrimitives is false in the function RenderEditorPrimitivesForDPG. This code picks which version of the batched lines to renderconst FBatchedElements ...
"We have encountered a regression in UE 5.7 where Skeletal Mesh Morph Targets do not visually reset when all weights are set to 0.0. The mesh retains the deformation from the previous frame. This i ...
When using instance custom data values, removing an instance and changing the number of custom data floats in sequence can cause an array-out-of-bounds crash. The underlying arrays are not resized ...
The BLAS for Skeletal Meshes that don't move, or tick get updated every frame even if the animation and skin cache aren't updated. This adds over 1ms to update time. The only exception is if the sk ...
Context The blueprint editor allows you to override an actor component's class in derived blueprints (component details panel -> Component Class). [Image Removed] Problem When a blueprint and it ...
Context When selecting a component on an actor, any CallInEditor functions on the component's class appear as buttons in the details panel. Problem The CallInEditor functions don't execute in Blu ...
Lumen HWRT Reflections of Masked Materials are incorrect when "r.Lumen.Reflections.HardwareRayTracing.Translucent.MaxRefractionBounces" is greater than 0. The same issue occurs if the Post-Process V ...