MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / RegisterCommands

Method RegisterCommands

Source/FlowEditor/Private/FlowEditorCommands.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void FFlowToolbarCommands::RegisterCommands()
20{
21 UI_COMMAND(RefreshAsset, "Refresh", "Refresh asset and all nodes", EUserInterfaceActionType::Button, FInputChord());
22 UI_COMMAND(ValidateAsset, "Validate", "Validate asset and all nodes", EUserInterfaceActionType::Button, FInputChord());
23
24 UI_COMMAND(SearchInAsset, "Search", "Search in the current Flow Graph", EUserInterfaceActionType::Button, FInputChord(EModifierKey::Control | EModifierKey::Shift, EKeys::F));
25 UI_COMMAND(EditAssetDefaults, "Asset Defaults", "Edit the FlowAsset default properties", EUserInterfaceActionType::Button, FInputChord());
26}
27
28FFlowGraphCommands::FFlowGraphCommands()
29 : TCommands<FFlowGraphCommands>("FlowGraph", LOCTEXT("FlowGraph", "Flow Graph"), NAME_None, FAppStyle::GetAppStyleSetName())

Callers

nothing calls this directly

Calls 3

IsValidMethod · 0.80
ToStringMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected