Navigation
API > API/Plugins > API/Plugins/AvalancheLevelViewport
Inheritance Hierarchy
- 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 | |
|---|---|---|---|
| TSharedRef< SWidget > | AsWidget () |
||
| FName | |||
| FName | GetType () |
||
| void | |||
| void | SaveConfig
(
const FString& InConfigSection |
||
| void | |||
| void |
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 |