Navigation
API > API/Editor > API/Editor/LevelEditor
Inheritance Hierarchy
- TSharedFromThis< IEditorViewportLayoutEntity >
- IEditorViewportLayoutEntity
- ILevelViewportLayoutEntity
- FAvaLevelViewportLayoutEntity
References
| Module | LevelEditor |
| Header | /Engine/Source/Editor/LevelEditor/Public/LevelViewportLayout.h |
| Include | #include "LevelViewportLayout.h" |
Syntax
class ILevelViewportLayoutEntity : public IEditorViewportLayoutEntity
Remarks
Interface that defines an entity within a viewport layout
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destruction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SLevelViewport > | Optionally return this entity as an SLevelViewport. | ||
| FLevelEditorViewportClient & | Get this viewport's level editor viewport client | ||
| bool | Check if this entity has an active play in editor viewport | ||
| void | Register this viewport layout entity as a game viewport, if it's currently PIE-ing |