Skylonxe's usability improvements

Hello guys, I will be posting here my useful engine changes. I hope it will be useful for you too and maybe Epic will find that interesting too.

Those dreadful drag-out pins…

This is probably most important change, thank you Lucyberad!

pinclick.gif

UMG Buttons are not focusable by default

My HUD can’t use focusable buttons because they block arrow input. Probably, this is not that imporant for you.

Code: focusable.png&d=1459184343

Smaller Branch node

I don’t like fact that even simple thing as Branch/If statment is so big in blueprint. Anyways, it’s still too big I think.

ifstat.gif

Code: ifelse.png&d=1459184387

Automatic Print String node when you click on execution link with left control and left alt pressed

I use print string for quick debugging and I use it a lot! This one will improve speed of my debugging process.

printstringinsert.gif

Code: printstring.png&d=1459184478

Disabled Epic Launcher

Code: launcherdisable.png&d=1459185108

Custom setup.bat with excluded dependancies

Code: customsetupbat.png&d=1459185189


(RESERVED FOR FUTURE)

Is it possible to enter feature request or even directly implement “Automatic Print String node when you click on execution link with left control and left alt pressed” ? I am not going to do PR because I think that code is not correct even when it works.