Rendered landscape heights for ES31 doesn't match SM5 since engine version 4.25

UE - LD & Modeling - Terrain - Landscape - Jun 4, 2020

Switching between SM5 and ES31 views in the Editor shows some small variation in landscape heights. ES31 heights are stored in the vertex with some slight lossy compression so subtle variation can ...

unnecessary warning message regarding edge case rotations from deltagen fbx import

UE - Editor - Content Pipeline - Datasmith - Importer - Jun 4, 2020

Dragging off a pin in a Blueprint Function Library function does not give the user option to make a Local Variable

UE - Gameplay - Blueprint Editor - Jun 9, 2020

When in a function in a Blueprint Function Library, dragging off a pin will not give the user the option to promote it to a local variable. You only have the option to make a global variable (which ...

Render target size mistmatch in ShaderDrawDebug

UE - Graphics Features - Jun 9, 2020

We found a d3d debug validation assert in RDG_EVENT_NAME("ShaderDrawDebug"), with the full DLSS integration. It however also reproduces in  (4.25.1-release, dev-rendering and the plugin branch with ...

For Level Sequence with multiple Shot and Transform Tracks, the Restore State of a Level Sequence Actor may not work due to the When Finished setting of the Transform Track.

UE - Anim - Sequencer - Jun 19, 2020

LevelSequenceActor's Restore State is enabled, but the character does not return to the position it was in before the level sequence was played.  The LevelSequence of the attached project has two S ...

When changing the size of detail panel for animation state in Animation Blueprint diff tool, GetSelectedProfileName will occur crash

OLD - Anim - Jun 24, 2020

When trying to display BlendProfile property in Animation Blueprint diff tool, it will occur crash, because EditableSkeleton is null in SBlendProfilePicker::GetSelectedProfileName(). So, a followin ...

inherited gameplay tags no longer work

UE - Gameplay - Jul 3, 2020

Added and Removed tags are cleared in inherited gameplay tag containers. This came from the following UDN: https://udn.unrealengine.com/questions/587982/ue-master-tags-in-finheritedtagcontainer-do-n ...

Allow ClothBlendWeight in sequencer

UE - Simulation - Physics - Character - Jul 13, 2020

Cloth sim can't currently be blended on/off in sequencer. ...

Ensure condition failed : SkeletalMeshLocation module on scaled SkeletalMesh

UE - Niagara - Jul 14, 2020

The message in ensure is below LogOutputDevice: Error: === Handled ensure: === LogOutputDevice: Error: Ensure condition failed: (FMath::Abs(1.f - M.GetScaledAxis(EAxis::X).SizeSquared()) <= (1.e-4 ...

Local space particle with SkeletalMeshLocation on scaled mesh is doubly scaled

UE - Niagara - Jul 14, 2020

MeshCurrSamplingBonesBuffer already has scaled bone transforms, but these scales have not been cancelled out when using local space. ...