You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Update style usage
#rnx #preflight 6273e36cfe48252d454a93fb [CL 20058298 by julien lheureux in ue5-main branch]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user