Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FLayoutSaveRestore |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h |
| Include Path | #include "Framework/Docking/LayoutService.h" |
Syntax
struct FLayoutSaveRestore
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Duplicate the layout config from one file to another. | Framework/Docking/LayoutService.h | ||
static const FString & GetAdditionalLayoutConfigIni() |
Gets the ini section label for the additional layout configs | Framework/Docking/LayoutService.h | |
static bool IsValidConfig
(
const FString& InConfigFileName, |
It checks whether a file is a valid layout config file. | Framework/Docking/LayoutService.h | |
static 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. | Framework/Docking/LayoutService.h | |
static TSharedRef< FTabManager::FLayout > LoadFromConfig
(
const FString& InConfigFileName, |
Framework/Docking/LayoutService.h | ||
static TSharedRef< FTabManager::FLayout > LoadFromConfigPrivate
(
const FString& InConfigFileName, |
Auxiliary function for both public versions of LoadFromConfig | Framework/Docking/LayoutService.h | |
static FText LoadSectionFromConfig
(
const FString& InConfigFileName, |
Read the desired FText value from the desired section of a named config file. | Framework/Docking/LayoutService.h | |
| Migrates the layout configuration from one config file to another. | Framework/Docking/LayoutService.h | ||
static void SaveSectionToConfig
(
const FString& InConfigFileName, |
Write the desired value into the desired section of a named config file. | Framework/Docking/LayoutService.h | |
static void SaveSectionToConfig
(
const FString& InConfigFileName, |
Framework/Docking/LayoutService.h | ||
static void SaveToConfig
(
const FString& InConfigFileName, |
Write the layout out into a named config file. | Framework/Docking/LayoutService.h |