Update style usage

#rnx
#preflight 6273e36cfe48252d454a93fb

[CL 20058298 by julien lheureux in ue5-main branch]
This commit is contained in:
julien lheureux
2022-05-05 11:18:44 -04:00
parent 76d361df75
commit 6618085656

View File

@@ -62,7 +62,7 @@ void UPCGEditorGraphNodeBase::GetNodeContextMenuActions(UToolMenu* Menu, class U
"PCGNode_SetColor",
LOCTEXT("PCGNode_SetColor", "Set Node Color"),
LOCTEXT("PCGNode_SetColorTooltip", "Sets a specific color on the given node. Note that white maps to the default value"),
FSlateIcon(FEditorStyle::GetStyleSetName(), "ColorPicker.Mode"),
FSlateIcon(FAppStyle::GetAppStyleSetName(), "ColorPicker.Mode"),
FUIAction(FExecuteAction::CreateUObject(const_cast<UPCGEditorGraphNodeBase*>(this), &UPCGEditorGraphNodeBase::OnPickColor)));
Section.AddSubMenu("Alignment", LOCTEXT("AlignmentHeader", "Alignment"), FText(), FNewToolMenuDelegate::CreateLambda([](UToolMenu* AlignmentMenu)