Creating BlueprintActor from EmptyActor produces an Actor with multiple DefaultSceneRoots

UE - Gameplay - Blueprint - Jan 24, 2020

This does not happen with UE4.22. Maybe related to CL#7462096 and CL#7476283. These are fixes for [Link Removed]. ...

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered.

UE - Gameplay - Feb 4, 2020

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered. FEnumEditorUtils::BroadcastChanges fixes up Blueprints but not UserDefinedStructs.  ...

TSlateMaterialShaderPSDefault cast error when opening Platform Stats in Lyra's M_UI_Base_BordersAndButtons Material

UE - Rendering Architecture - Materials - Jun 16, 2022

Licensee has provided a potential fix, please see the UDN link. Callstack attached utilised -onethread ...

Load Error with DeferredDependencyLoading

UE - Gameplay - Blueprint Editor - Jun 19, 2022

If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...

Content browser asset import:If importing only one asset, make sure it selected in the content browser

UE - Editor - Content Pipeline - Import and Export - Sep 27, 2022

Selecting the just imported asset will speed up workflow. Fix should be done for legacy and interchange importer ...

FEnhancedActionKeyMapping struct has incorrect comparison results

UE - Gameplay - Input - Nov 11, 2022

The fix for this is to override the  FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...

Assertion failed occurs in VR when walking into water on QA-Waterworks map

UE - Graphics Features - Jan 20, 2021

Encountered a crash when testing shadows in QA-Waterworks map. I found an issue when walking into the water at the bottom for Example 2A, where it would crash upon entering the water. See screenshot ...

ShooterGame clients are unable to see LAN Off servers in the browser

UE - Online - Jan 15, 2017

Mac is unable to host Mac or Windows clients in ShooterGame . The issue does not occur in: 4.14.3 - 3251583 ...

Movie play following Open Source crash editor when changing viewport size.

Media Framework - Mar 29, 2017

When playing movie in PIE, changing viewport size leads to Engine crash. This is not reproduced in 4.14.3 ...

Array inputs on event dispatcher cause a compiler note.

UE - Gameplay - Blueprint - Apr 13, 2017

Looks related to [Link Removed], but it appears that something was overlooked. Probably requires a similar fix for the delegate node. ...