struct RegisterDockableEditorWindowOnStart

template<typename Type>

Helper class that registers a window creation callback with the window manager.

The creation callback allows the runtime to open windows just by their name without knowing the actual type.

Public

Constructors

RegisterDockableEditorWindowOnStart<Type>

Methods

staticCreate

static SPtr<DockableEditorWindow> Create(EditorWindowTabGroup &parentTabGroup)

Creates a new window of a specific type and adds it to the provided container.