Navigation
API > API/Editor > API/Editor/EditorFramework
Inheritance Hierarchy
- TSharedFromThis
- IEditorViewportLayoutEntity
- ILevelViewportLayoutEntity
References
| Module | EditorFramework |
| Header | /Engine/Source/Editor/EditorFramework/Public/EditorViewportLayout.h |
| Include | #include "EditorViewportLayout.h" |
Syntax
class IEditorViewportLayoutEntity : public TSharedFromThis< IEditorViewportLayoutEntity >
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destruction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | AsWidget () |
Return a widget that is represents this entity | |
| FName | GetType () |
Get the type of this viewport as a name | |
| void | Called when the parent layout is being destroyed | ||
| void | SaveConfig
(
const FString& ConfigSection |
Called to save this item's settings in the specified config section | |
| void | Set keyboard focus to this viewport entity | ||
| void | Take a high res screen shot of viewport entity |