Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h |
| Include | #include "Framework/Docking/LayoutService.h" |
Syntax
struct FLayoutSaveRestore
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DuplicateConfig
(
const FString& SourceConfigFileName, |
Duplicate the layout config from one file to another. | |
| const FString & | Gets the ini section label for the additional layout configs | ||
| bool | IsValidConfig
(
const FString& InConfigFileName, |
It checks whether a file is a valid layout config file. | |
| TSharedRef< FTabManager::FLayout > | LoadFromConfig
(
const FString& InConfigFileName, |
Given a named DefaultLayout, return any saved version of it from the given ini file, otherwise return the default, also default to open tabs based on bool. | |
| TSharedRef< FTabManager::FLayout > | LoadFromConfig
(
const FString& InConfigFileName, |
||
| FText | LoadSectionFromConfig
(
const FString& InConfigFileName, |
Read the desired FText value from the desired section of a named config file. | |
| void | MigrateConfig
(
const FString& OldConfigFileName, |
Migrates the layout configuration from one config file to another. | |
| void | SaveSectionToConfig
(
const FString& InConfigFileName, |
Write the desired FText value into the desired section of a named config file. | |
| void | SaveToConfig
(
const FString& InConfigFileName, |
Write the layout out into a named config file. |