FAssetEditorViewportLayout::MakeViewportLayout

Overridden in derived classes to set up custom layouts

Windows
MacOS
Linux

Override Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/AssetEditorViewportLayout.h

Include

#include "AssetEditorViewportLayout.h"

Syntax

TSharedRef< SWidget > MakeViewportLayout
(
    TFunction< TSharedRef< SEditorViewport >(void)> & Func,
    const FString & LayoutString
)

Remarks

Overridden in derived classes to set up custom layouts

Returns

The base widget representing the layout. Usually a splitter

Parameters

Parameter

Description

LayoutString

The layout string loaded from a 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