MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / SpawnTabNomad

Method SpawnTabNomad

Source/UnrealEnginePython/Private/UEPySlate.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249TSharedRef<SDockTab> SPythonWidgetSpawner::SpawnTabNomad(const FSpawnTabArgs& SpawnTabArgs) {
250 return SNew(SDockTab)
251 .TabRole(ETabRole::NomadTab);
252}
253
254PyObject *py_unreal_engine_add_nomad_tab(PyObject *self, PyObject *args) {
255 char *name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected