FLayoutSaveRestore::MigrateConfig

Migrates the layout configuration from one config file to another.

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 MigrateConfig
(
    const FString & OldConfigFileName,
    const FString & NewConfigFileName
)

Remarks

Migrates the layout configuration from one config file to another.

Parameters

Parameter

Description

OldConfigFileName

The name of the old configuration file.

NewConfigFileName

The name of the new configuration file.

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