Navigation
API > API/Plugins > API/Plugins/AvalancheLevelViewport
Inheritance Hierarchy
- TSharedFromThis< IEditorViewportLayoutEntity >
- IEditorViewportLayoutEntity
- ILevelViewportLayoutEntity
- FAvaLevelViewportLayoutEntity
References
| Module | AvalancheLevelViewport |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheLevelViewport/Public/AvaLevelViewportLayoutEntity.h |
| Include | #include "AvaLevelViewportLayoutEntity.h" |
Syntax
class FAvaLevelViewportLayoutEntity : public ILevelViewportLayoutEntity
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaLevelViewportLayoutEntity
(
const FAssetEditorViewportConstructionArgs& InArgs, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Overridden from ILevelViewportLayoutEntity
| 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 |
Overridden from IEditorViewportLayoutEntity
| 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& InConfigSection |
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 |