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 SaveSectionToConfig
&40;
const FString & InConfigFileName,
const FString & InSectionName,
const FText & InSectionValue
&41;
Remarks
Write the desired FText value into the desired section of a named config file. This function should only be used to save localization names (e.g., LayoutName, LayoutDescription). For saving the FTabManager::FLayout, check SaveToConfig.
Parameters
| Name | Description |
|---|---|
| InConfigFileName | file to be saved to. |
| InSectionName | the section name where to save the value. |
| InSectionValue | the value to save. |