[AI] Navmesh does not generate correctly on a negatively scaled ISM.

UE - AI - Navigation - Aug 16, 2022

Setting a single axis of an ISM negative results in navmesh not being generated on top of it. However, setting 2 axes to negative scale does have the navmesh generate as is expected.  Also see more ...

Opaque material assigned to a Material Billboard attached to a Pawn renders differently against the Sky/Infinity when moving

UE - Rendering Architecture - Materials - Aug 16, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 Opaque material assigned to a Material Billboard attached to a Pawn renders differently against the Sky/Infinity when moving. Tested ag ...

Stride Warping in manual mode not activating correctly based on first StrideScale

UE - Anim - Gameplay - Aug 15, 2022

From licensee: If StrideScale is 1 the first time through, it initialises the StrideScaleModifierState to 1 and doesn't require updating so leaves the CachedDeltaTime at 0 by never calling Update_I ...

Landscape LocalMerge crash with PaintLayer enabled

UE - LD & Modeling - Terrain - Landscape - Aug 15, 2022

[MetaSounds][Inputs] - When multiple copies of an input node are on the graph, all connections reconnect to one node when an input is renamed

UE - Audio - MetaSounds - Aug 13, 2022

If there are multiple copies of an input on the graph, when it is renamed, all the connections are broken and rerouted to a single node, orphaning the rest on the graph. I believe this may be a dupl ...

[Audio Capture] - Editor crashes when activating an Audio Capture component when there are no active input or output devices avilable

UE - Audio - Aug 12, 2022

If a device has no available input or output devices, activating an Audio Capture component will cause the device to crash. Occurs in Editor and Runtime. Assertion failed: NumTotalFrames > 0 [File:E ...

MoviePipeline: OnExecutorErroredImpl has inverted bError bool usage

UE - Anim - Sequencer - MRQ - Aug 8, 2022

OnExecutorFinishedDelegateNative and OnExecutorFinishedDelegate broadcasting an bFatal into a bSuccess parameter which is inverted. Canceling a render should be considered an error, not a success. ...

TSR does not seam to work on AMD

UE - Graphics Features - Aug 8, 2022

[AI] NavModifierComponent includes non-navigation relevant primitive components in its navigation bounds calculation.

UE - AI - Navigation - Aug 8, 2022

If an actor contains multiple primitive components, it uses all of them for calculating navigation bounds even if some of the primitives are not marked as navigation relevant. Toggling navigation re ...