DevelopmentServerLauncher.exe loops whenever the editor is open even if no iOS devices are connected

UE - Platform - Mobile - Apr 29, 2019

A user has reported that DeploymentServerLauncher.exe will continue to poll for devices even if no iOS devices are connected. I am under the impression that this is so that Windows can poll for iOS ...

Compiling Child Blueprint and editing child component's class value, results in parent component's value being changed under certain compile conditions.

UE - Gameplay - Jul 2, 2019

Compiling Child Blueprint and editing child component's class value, results in parent component's value being changed under certain compile conditions. "This is because they're now pointing to t ...

Component deletion on net dormant actors doesn't replicate properly

UE - Networking - Jul 11, 2019

Deleting a dynamic component on an actor that's currently net dormant doesn't replicate the deletion to clients, even if FlushNetDormancy is called. This is inconsistent with adding components, whic ...

Animation poses can be "cached" by reroute nodes as an output in

UE - Anim - Runtime - Aug 16, 2019

by design, animation pose output pins can only connect to a single pose input pin. However, you can circumvent this behavior by dragging off the initial pose node output pin into an empty spot on th ...

Set Order of Additive Anim Type and Force Root Lock cause different results

OLD - Anim - Aug 16, 2019

The order in which Additive Anim Type is set to Mesh Space and Force Root Lock is enabled/disabled changes the end result. This seems to be related to the animation compression and DDC. ...

Use mouse for touch enables gesture action on button which makes the button to lost focus to that the button fires onreleased event

UE - Editor - UI Systems - Slate - Mar 20, 2019

When Use mouse for touch is enabled, the button fires onreleased event. Here is what I investigated. Use mouse for touch enables gesture action in the button that leads to LongPress gesture fires ...

[CrashReport] UE4Editor_UnrealEd!UEditorEngine::CheckForWorldGCLeaks()

UE - Foundation - Core - UObject - Jun 29, 2017

This is a common crash occurring for users in 4.16. It is spread out among around 60 different CrashGroups in CrashReporter, because every case has a slightly different callstack. This appears to ...

Audio volume values get reset

UE - Anim - Sequencer - Aug 9, 2017

Also confirmed in 4.22 Main @ CL 4413632 ...

[CrashReport] UE4Editor-Slate.dylib!FMenuStack::PostPush(TSharedPtr<IMenu, (ESPMode)0>, TSharedRef<FMenuBase,()

Tools - Dec 1, 2017

This is a longstanding but infrequent Mac crash that has occurred since at least 4.15. Users have not provided any descriptions. Callstack from Log[2017.11.19-04.18.41:283][ 0]LogSlate: Took 0.000 ...

Ensure triggers when undoing change to newly created variable

UE - Gameplay - Blueprint - Sep 28, 2018

Ensure will trigger when undo reverts text to default value. "This triggers an ensure because the undo ends up calling SKismetInspector::ShowDetailsForObjects(), which forces the keyboard focus to ...