Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FLayoutSaveRestore
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h |
| Include | #include "Framework/Docking/LayoutService.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutService.cpp |
static void SaveToConfig
&40;
const FString & InConfigFileName,
const TSharedRef< FTabManager::FLayout > & InLayoutToSave
&41;
Remarks
Write the layout out into a named config file.
Parameters
| Name | Description |
|---|---|
| InConfigFileName | file to be saved to. |
| InLayoutToSave | the layout to save. |