You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user