You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix links are not straight that come from blueprint event nodes
#rb ben.hoffman, dave.jones2 #jira none #ushell-cherrypick of 33973045 by kristof.morva1 [CL 34067725 by ben hoffman in ue5-main branch]
This commit is contained in:
@@ -31,7 +31,7 @@ void SGraphNodeK2Event::AddPin( const TSharedRef<SGraphPin>& PinToAdd )
|
||||
TitleAreaWidget->AddSlot()
|
||||
.HAlign(HAlign_Right)
|
||||
.VAlign(VAlign_Center)
|
||||
.Padding(FMargin(4))
|
||||
.Padding(4.0f, 0.0f)
|
||||
[
|
||||
PinToAdd
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user