Widget copy paste

Branch:
Source build from GitHub 4.7 Branch fa09da4 20 hours old at this time.
also tested on 4.7.2-2467323+++depot+UE4+Releases+4.7

Build version: 4.7.3-0+++depot+UE4-Releases+4.7

Using this version due to UE-11185.

steps to reproduce: new project
1.Create new widget
2.place button
3.place text on button
4.deselect button
5.reselect buton
6.Ctrl+C for copy
7. Ctrl+V for paste

crashes note does not crash if there is not text in the button.
if there is no text in the button it does place the pasted button in side of the other one it seams.
dont know if anything other than text in the button will cause this issue or not further testing require fot that.

ok log files are availible GoogleDrive folder

will not let me attach the .dmp file so i put the crash folder up on a public view google drive folder :confused: (let me know if this is not ok or needs changed)

basic log file can be found there or here
34075-dalmewigetcrash472.log (98.8 KB)

Hello Sychris,

After a bit of digging I found that this is a known issue (UE-10040) and that it has been fixed on a later version of the engine. This solution should be available in a later release. Thank you for you time and information.

Make it a great day

Just to make sure the version that I’m using here is less than 24 hours old out of github 4.7.3-0+++depot+UE4-Releases+4.7 and that a rather old issue number. I could test it off of the master branch but it might be a rebreak…

Hello Sychris,

Thank you for the additional information and I understand your concerns but the information in my previous post is correct. I believe the issue is a result of trying to add more children to a widget than it is supposed to hold (buttons are only supposed to hold one child so pasting a second child into the button causes a crash). I hope this information helps.