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 FText LoadSectionFromConfig
&40;
const FString & InConfigFileName,
const FString & InSectionName
&41;
Remarks
Read the desired FText value from the desired section of a named config file. This function should only be used to load localization names (e.g., LayoutName, LayoutDescription). For loading the FTabManager::FLayout, check SaveToConfig. Loaded FText associated for that section.
Parameters
| Name | Description |
|---|---|
| InConfigFileName | file to be used to load an existing layout. |
| InSectionName | the name of the section to be read. |