FLayoutSaveRestore::SaveToConfig

Write the layout out into a named config file.

Windows
MacOS
Linux

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

Syntax

static void SaveToConfig
(
    const FString & InConfigFileName,
    const TSharedRef< FTabManager::FLayout > & InLayoutToSave
)

Remarks

Write the layout out into a named config file.

Parameters

Parameter

Description

InConfigFileName

file to be saved to.

InLayoutToSave

the layout to save.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss