Navigation
API > API/Plugins > API/Plugins/AvalancheLevelViewport
| Name | FAvaLevelViewportLayoutEntity |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheLevelViewport/Public/AvaLevelViewportLayoutEntity.h |
| Include Path | #include "AvaLevelViewportLayoutEntity.h" |
Syntax
class FAvaLevelViewportLayoutEntity : public ILevelViewportLayoutEntity
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaLevelViewportLayoutEntity
(
const FAssetEditorViewportConstructionArgs& InArgs, |
AvaLevelViewportLayoutEntity.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Viewport | TSharedPtr< SAvaLevelViewportFrame > | AvaLevelViewportLayoutEntity.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > AsWidget() |
AvaLevelViewportLayoutEntity.h | ||
virtual FName GetType() |
AvaLevelViewportLayoutEntity.h | ||
virtual void OnLayoutDestroyed() |
AvaLevelViewportLayoutEntity.h | ||
virtual void SaveConfig
(
const FString& InConfigSection |
AvaLevelViewportLayoutEntity.h | ||
virtual void SetKeyboardFocus() |
AvaLevelViewportLayoutEntity.h | ||
virtual void TakeHighResScreenShot() |
AvaLevelViewportLayoutEntity.h |
Overridden from ILevelViewportLayoutEntity
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SLevelViewport > AsLevelViewport() |
AvaLevelViewportLayoutEntity.h | ||
virtual FLevelEditorViewportClient & GetLevelViewportClient() |
AvaLevelViewportLayoutEntity.h | ||
virtual bool IsPlayInEditorViewportActive() |
AvaLevelViewportLayoutEntity.h | ||
virtual void RegisterGameViewportIfPIE() |
AvaLevelViewportLayoutEntity.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetStaticType() |
AvaLevelViewportLayoutEntity.h |