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 MigrateConfig
&40;
const FString & OldConfigFileName,
const FString & NewConfigFileName
&41;
Remarks
Migrates the layout configuration from one config file to another.
Parameters
| Name | Description |
|---|---|
| OldConfigFileName | The name of the old configuration file. |
| NewConfigFileName | The name of the new configuration file. |