Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FLayoutSaveRestore
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 |
static bool IsValidConfig
&40;
const FString & InConfigFileName,
bool bAllowFallback
&41;
Remarks
It checks whether a file is a valid layout config file. Whether the file is a valid layout config file.
Parameters
| Name | Description |
|---|---|
| InConfigFileName | file to be read. |
| bAllowFallback | Whether a config should be considered valid if EditorLayoutsSectionName is missing but DefaultEditorLayoutsSectionName is found |