Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/EditorFramework/Public/EditorViewportLayout.h |
Include |
#include "EditorViewportLayout.h" |
class IEditorViewportLayoutEntity : public TSharedFromThis< IEditorViewportLayoutEntity >
Name | Description | |
---|---|---|
|
~IEditorViewportLayoutEntity() |
Virtual destruction |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
AsWidget() |
Return a widget that is represents this entity |
|
GetType() |
Get the type of this viewport as a name |
|
|
OnLayoutDestroyed() |
Called when the parent layout is being destroyed |
|
|
SaveConfig ( |
Called to save this item's settings in the specified config section |
|
|
SetKeyboardFocus() |
Set keyboard focus to this viewport entity |
|
|
TakeHighResScreenShot() |
Take a high res screen shot of viewport entity |