MCPcopy Create free account
hub / github.com/Illation/ETEngine / SaveLayout

Method SaveLayout

Engine/source/EtEditor/Layout/EditorWindow.cpp:193–199  ·  view source on GitHub ↗

--------------------------------- EditorAppWindow::SaveLayout Retrieve the editor that is currently visible in the stack

Source from the content-addressed store, hash-verified

191// Retrieve the editor that is currently visible in the stack
192//
193void EditorAppWindow::SaveLayout()
194{
195 EditorBase* const activeEditor = GetVisibleEditor();
196 ET_ASSERT(activeEditor != nullptr);
197
198 activeEditor->SaveLayout();
199}
200
201//---------------------------------
202// EditorAppWindow::GetVisibleEditor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected