| 247 | } |
| 248 | |
| 249 | TSharedRef<SDockTab> SPythonWidgetSpawner::SpawnTabNomad(const FSpawnTabArgs& SpawnTabArgs) { |
| 250 | return SNew(SDockTab) |
| 251 | .TabRole(ETabRole::NomadTab); |
| 252 | } |
| 253 | |
| 254 | PyObject *py_unreal_engine_add_nomad_tab(PyObject *self, PyObject *args) { |
| 255 | char *name; |
nothing calls this directly
no outgoing calls
no test coverage detected