FixupRedirects commandlet does not auto-commit deletions

Tools - Jun 15, 2016

See this UDN: https://udn.unrealengine.com/questions/297811/fixupredirects-commandlet-submitting-marked-for-de.html The fix looks straightforward, just a one-line change but could benefit from tes ...

Widget stops updating during drag and drop operation after dragging

UE - Editor - UI Systems - Jun 8, 2016

Widget stops updating during drag and drop operation after dragging, if the user is using set text. ...

UFUNCTION in a derived class with a different signature will cause a crash when called

UE - Foundation - Core - May 12, 2016

Reported by AnswerHub user. UHT should block UFUNCTIONs which hide other UFUNCTIONs with the same name but different signature. ...

[CrashReport] UE4Editor_D3D11RHI!VerifyD3D11Result() [d3d11util.cpp:200]

UE - Editor - UI Systems - Slate - May 9, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Fatal error: [Link Removed] [Line: 200] SwapChain->ResizeBuffers(1,SizeX,SizeY ...

FXmlFile asserts on valid empty XML documents

Tools - May 5, 2016

Code asserts because it assumes that a self closing node is within another node or has another node left in the doc to parse ...

Constrain Aspect Ratio causes Widget components in screen space to be misaligned

UE - Editor - UI Systems - Apr 19, 2016

Constrain Aspect Ratio causes Widget components in screen space to be misaligned ...

[CrashReport] UE4Editor_Core!FTaskGraphImplementation::WaitUntilTasksComplete() [taskgraph.cpp:1121]

Tools - Apr 5, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: CurrentThreadIfK ...

Character actors incorrectly collide with moving actors while jumping

UE - Gameplay - Mar 21, 2016

Character will incorrectly slip through actors that are moving while the character is jumping. ...

Linux editor splash screen does not show Unreal Editor

UE - Platform - Linux - Mar 9, 2016

The title text for the editor's splash screen displays the text 'EDITOR' in a small font that is not bold. I do not see this issue on Windows. REGRESSION: Yes Worked: 2824270 Broken: 2891838 ...

SButton does not release mouse capture if it becomes disabled before MouseUp event occurs

UE - Editor - UI Systems - Slate - Mar 8, 2016

It appears that if a slate widget becomes disabled, the MouseUp events won't fire. As a side effect, a mouse capture will not be released if something causes the button to become disabled before the ...