Files
UnrealEngine/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

12 lines
705 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "EditorViewportLayoutTwoPanes.h"
UE_DEPRECATED(5.0, "Level Pane layouts are now owned by their level layouts. Use FEditorViewportLayoutTwoPanesVert instead, and add any custom types to FAssetEditorViewportLayout::FactoryPaneConfigurationFromTypeName.")
typedef FEditorViewportLayoutTwoPanesVert FLevelViewportLayoutTwoPanesVert;
UE_DEPRECATED(5.0, "Level Pane layouts are now owned by their level layouts. Use FEditorViewportLayoutTwoPanesHoriz instead, and add any custom types to FAssetEditorViewportLayout::FactoryPaneConfigurationFromTypeName.")
typedef FEditorViewportLayoutTwoPanesHoriz FLevelViewportLayoutTwoPanesHoriz;