Inaccurate Panning on Tap Delay Submix

UE - Audio - Oct 5, 2021

The panning in the Tap Delay Submix Effect does not always match its assigned Pan in Degrees value. Specifically, the left and right side appear to be reversed on Stereo setups. In addition, in 5.1 ...

ETraceTypeQuery and EObjectTypeQuery not fully exposed to Python

UE - Editor - Framework - Python - Oct 5, 2021

The ETraceTypeQuery and EObjectTypeQuery enums declared in EngineTypes.h aren't fully exposed to Python. Both enums have 32 entries, but Python is only aware of the first 2 for ETraceTypeQuery and t ...

When CascadeToNiagara, the Disable state of Emitter is not converted properly.

UE - Niagara - Oct 5, 2021

In CascadeToNiagaraConverter.py # copy the emitter enabled state. enabled = ue_fx_utils.get_lod_level_is_enabled(cascade_emitter_lod) niagara_emitter_context.set_enabled(enabled) It stores the ...

Jittering appears when setting DOF in ES3.1

UE - Platform - Mobile - Oct 5, 2021

For reference, it was fine in 4.24 In particular, jittering is severe when the camera is moving. GaussianHalfRes has been removed in CL 14036168, which is likely to cause degradation issues if int ...

VT Material Instance Crash - "ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles"

UE - Rendering - Oct 4, 2021

Assertion failed: ProducerDesc.BlockHeightInTiles << MipBias == BlockHeightInTiles [Link Removed] [Line: 229] ...

AbsoluteWorldPosition and PDO not working correctly in SingleLayerWater calculations

UE - Rendering - Oct 1, 2021

The licensee has provided a recommended fix for this issue. Please see the UDN.  ...

Animations do not play correctly when scrubbing at high speed while in Keep State.

UE - Anim - Sequencer - Oct 1, 2021

If you check the attached GIF, you will see that when you jump the playback position, the animation stays in the same state as before the jump. I suspect this is a specification, but the user is req ...