[Audio Synesthesia] - Setting a Synesthesia NRT's settings to None crashes editor

UE - Audio - Nov 7, 2022

Setting an Audio Analysers NRT settings to None crashes the editor. Assertion failed: nullptr != LoudnessSettings [File:D:\SMoyls_UE5_Release-5.1\Engine\Plugins\Runtime\AudioSynesthesia\Source\Audio ...

Ctrl key Transform Sensitivity Control Conflicts with RMB Viewport Controls

UE - Editor - Workflow Systems - Nov 3, 2022

When you hold down Ctrl key in the viewport set to Perspective mode, you can transform the selected actor(s) without having to actually click the transform gizmo. So Ctrl+LMB transforms on the X axi ...

Wrong height from Chaos::FHeightField::GetHeightAt()

UE - LD & Modeling - Terrain - Landscape - Oct 27, 2022

Mirror Data Table is NOT added SyncMarker automatically when creating

UE - Anim - Runtime - Oct 27, 2022

Mirror Data Table is added rows about Bone, Curve, Notify when creating. But SyncMarker is ignored. The following codes can fix this issue. Engine/Source/Runtime/Engine/Private/Animation/MirrorDa ...

Tools>Debug>Modules button may not appear

UE - Editor - Workflow Systems - Oct 26, 2022

This is due to Plugin loading order. If the EditorDebugTool plugin is loaded before *SourceCodeAccess( in exsample : VisualStudioSourceCodeAccess ) plugin is loaded, CanShowModulesTab() returns fals ...

SignedArchiveReader may request wrong number of chunk blocks

UE - Foundation - Core - Oct 25, 2022

This problem is caused by an incorrect calculation of the number of chunks in the read request. Here is the workaround applied by the licensee : int64 FSignedArchiveReader::PrecacheChunks(TArray<F ...

[Crashreport] UnrealEditor-Niagara!FNiagaraSubmixListener::UnregisterFromSubmix() [NiagaraDataInterfaceAudio.cpp:85]

UE - Niagara - Oct 20, 2022

Generated from CrashReporter Crash only occurs when packaged. ...

AO Decals not working when using Lumen

UE - Graphics Features - Oct 14, 2022

When lumen enabled, and with static lighting disabled, we expect the Material AO to contribute to diffuse lighting occlusion. However AO from decals does not have any effect. ...

NormalizePackageNames() should interpret 'exclude developer folders' to also exclude packages in ExternalActors and ExternalObjects

UE - Foundation - Core - Oct 14, 2022

In NormalizePackageNames() (PackageUtilities.cpp), there is a PackageFilter parameter, which can be set to exclude developer packages (NORMALIZE_ExcludeDeveloperPackages). The code only checks the b ...