Merging //UE4/Dev-Main to Dev-Build (//UE4/Dev-Build)

#rb none
#rnx

[CL 6646181 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2019-05-26 14:43:21 -04:00
parent db262135e7
commit 4f8918bbe8
263 changed files with 16187 additions and 5538 deletions

View File

@@ -294,7 +294,8 @@ void SGraphActionMenu::Construct( const FArguments& InArgs, bool bIsReadOnly/* =
.OnGetChildren(this, &SGraphActionMenu::OnGetChildrenForCategory)
.SelectionMode(ESelectionMode::Single)
.OnItemScrolledIntoView(this, &SGraphActionMenu::OnItemScrolledIntoView)
.OnSetExpansionRecursive(this, &SGraphActionMenu::OnSetExpansionRecursive);
.OnSetExpansionRecursive(this, &SGraphActionMenu::OnSetExpansionRecursive)
.HighlightParentNodesForSelection(true);
this->ChildSlot