Localization Preview Button in Widget Editor does not appear to work

UE - Editor - UI Systems - Oct 3, 2019

The button used to toggle a localization preview in the UMG designer tab does not appear to have an effect on any of the text in the designer tab. ...

GetClassDefaults node retains 'hidden' references to original default.

UE - Gameplay - Blueprint - Oct 9, 2019

Need to add calls to Super::PinConnectionListChanged() and Super::PinDefaultValueChanged() in K2Node_GetClassDefaults.cpp. ...

thumbnail is updated at an unintended timing

UE - Editor - Content Pipeline - Content Browser - Oct 14, 2019

This seems to be because the OrbitZoom of ThumbnailInfo is rewritten by ResetCamera () when the viewport is opened. Is this correct processing? ...

AActor doesn't consider latent actions when using "auto destroy when finished" functionality.

UE - Gameplay - Oct 18, 2019

Actors should check if they have any pending latent actions before automatically destroying themselves.   ...

Character actor with simulated physics using an Anim Instance blueprint does not preview when scrubbing through sequencer timeline

UE - Anim - Sequencer - Jul 17, 2018

A character actor using an AnimInstance blueprint will not update in editor when scrubbing ...

Graph Editor ZoomToFit fighting user

UE - Editor - UI Systems - Slate - Oct 22, 2019

When using the middle mouse button for panning in a graph editor, the zoom/pan transition effect will not cancel before completion due to manual input, leading to UI/User competition in an undesirab ...

Vertex Snapping when moving StaticMesh Pivot has regressed

Tools - Oct 25, 2019

Related UDNs:https://answers.unrealengine.com/questions/597988/vertex-snapping-static-meshes-to-one-another.html (2017) [Link Removed] (2015) ...

Crash on applying animation modifier for some assets

OLD - Anim - Oct 29, 2019

When removing curves on some assets, a crash can occur. This seems to be due to const FSmartNameMapping* CurveMapping being null and dereferenced within UAnimationBlueprintLibrary::RetrieveContainer ...

BeginPlay not called for Post-Process Anim Instance

OLD - Anim - Oct 29, 2019

Post-Process Anim Instances do not have BeginPlay called. The proposed fix is to addif (PostProcessAnimInstance) { PostProcessAnimInstance->NativeBeginPlay(); PostProcessAnimInstance->Blu ...

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output TCHAR parameter

UE - Foundation - Core - Oct 30, 2019

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.  Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...