IEditorViewportLayoutEntity

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IEditorViewportLayoutEntity

ILevelViewportLayoutEntity

References

Module

UnrealEd

Header

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

Include

#include "EditorViewportLayout.h"

Syntax

class IEditorViewportLayoutEntity : public TSharedFromThis< IEditorViewportLayoutEntity >

Destructors

Name Description

Public function Virtual

~IEditorViewportLayoutEntity()

Virtual destruction

Functions

Name Description

Public function Const

TSharedRef< ...

 

AsWidget()

Return a widget that is represents this entity

Public function Const

FName

 

GetType()

Get the type of this viewport as a name

Public function

void

 

OnLayoutDestroyed()

Called when the parent layout is being destroyed

Public function

void

 

SaveConfig

(
    const FString& ConfigSection
)

Called to save this item's settings in the specified config section

Public function

void

 

SetKeyboardFocus()

Set keyboard focus to this viewport entity

Public function Const

void

 

TakeHighResScreenShot()

Take a high res screen shot of viewport entity

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