Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AssetEditorViewportLayout.h |
| Include | #include "AssetEditorViewportLayout.h" |
Syntax
struct FAssetEditorViewportConstructionArgs
Remarks
Arguments for constructing a viewport
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRealtime | Whether the viewport should default to realtime | |
| FName | ConfigKey | A config key for loading/saving settings for the viewport | |
| TAttribute< bool > | IsEnabled | Widget enabled attribute | |
| TSharedPtr< FAssetEditorViewportLayout > | ParentLayout | The viewport's parent layout | |
| ELevelViewportType | ViewportType | The viewport's desired type |
Constructors
| Type | Name | Description | |
|---|---|---|---|