| 18 | |
| 19 | |
| 20 | struct FPythonSlateCommand { |
| 21 | TSharedPtr<class FUICommandInfo> PythonSlateAction; |
| 22 | FString command_name; |
| 23 | PyObject *py_callable; |
| 24 | FString menu_bar; |
| 25 | void Builder(FMenuBuilder& Builder); |
| 26 | void Callback(); |
| 27 | }; |
| 28 | |
| 29 | |
| 30 | struct FPythonSlateMenuBar { |
nothing calls this directly
no outgoing calls
no test coverage detected