FLayoutSaveRestore::IsValidConfig

It checks whether a file is a valid layout 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 bool IsValidConfig
(
    const FString & InConfigFileName
)

Remarks

It checks whether a file is a valid layout config file.

Returns

Whether the file is a valid layout config file.

Parameters

Parameter

Description

InConfigFileName

file to be read.

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