| 63 | void ue_python_init_swidget(PyObject *); |
| 64 | |
| 65 | struct SPythonWidgetSpawner { |
| 66 | TSharedRef<SDockTab> SpawnTabNomad(const FSpawnTabArgs& SpawnTabArgs); |
| 67 | }; |
| 68 | |
| 69 | PyObject *py_unreal_engine_add_nomad_tab(PyObject *, PyObject *); |
| 70 | PyObject *py_unreal_engine_slate_text_block(PyObject *, PyObject *); |
nothing calls this directly
no outgoing calls
no test coverage detected