FLevelViewportLayout::ReplaceWidget

Inline replaces a viewport content widget within this layout

Windows
MacOS
Linux

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/LevelViewportLayout.h

Include

#include "LevelViewportLayout.h"

Syntax

void ReplaceWidget
(
    TSharedRef< SWidget > Source,
    TSharedRef< SWidget > Replacement
)

Remarks

Inline replaces a viewport content widget within this layout

Parameters

Parameter

Description

Source

The widget to replace

Replacement

The widget to replace the source widget with

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