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

Class SPythonWidgetSpawner

Source/UnrealEnginePython/Private/UEPySlate.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63void ue_python_init_swidget(PyObject *);
64
65struct SPythonWidgetSpawner {
66 TSharedRef<SDockTab> SpawnTabNomad(const FSpawnTabArgs& SpawnTabArgs);
67};
68
69PyObject *py_unreal_engine_add_nomad_tab(PyObject *, PyObject *);
70PyObject *py_unreal_engine_slate_text_block(PyObject *, PyObject *);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected