Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SEditorViewport
- SAssetEditorViewport
- SBaseCharacterFXEditorViewport
- SDataflowEditorViewport
- SLevelViewport
- SUVEditor2DViewport
- SUVEditor3DViewport
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SAssetEditorViewport.h |
| Include | #include "SAssetEditorViewport.h" |
Syntax
class SAssetEditorViewport : public SEditorViewport
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ConfigKey | ||
| TWeakPtr< FViewportTabContent > | ParentTabContent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | GenerateLayoutMenu
(
FMenuBuilder& MenuBuilder |
||
| bool | IsViewportConfigurationSet
(
FName ConfigurationName |
||
| void | OnSetViewportConfiguration
(
FName ConfigurationName |
Overridden from SEditorViewport
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommands () |
||
| TSharedRef< FEditorViewportClient > |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |