Navigation
API > API/Plugins > API/Plugins/WorkspaceEditor
| Name | SWorkspaceViewport |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Workspace/Source/WorkspaceEditor/Public/SWorkspaceViewport.h |
| Include Path | #include "SWorkspaceViewport.h" |
Syntax
class SWorkspaceViewport :
public SAssetEditorViewport ,
public ICommonEditorViewportToolbarInfoProvider ,
public FGCObject
Inheritance Hierarchy
- FGCObject → SWorkspaceViewport
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SEditorViewport → SAssetEditorViewport → SWorkspaceViewport
- FSlateControlledConstruction → SWidget → SCompoundWidget → SEditorViewport → SAssetEditorViewport → SWorkspaceViewport
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetEditorToolkit | TWeakPtr< FAssetEditorToolkit > | SWorkspaceViewport.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPinned | TAttribute< bool > | SWorkspaceViewport.h | ||
| OnPinnedClicked | FSimpleDelegate | SWorkspaceViewport.h | ||
| PreviewAssetPath | TAttribute< FSoftObjectPath > | SWorkspaceViewport.h | ||
| SceneDescription | TObjectPtr< UWorkspaceViewportSceneDescription > | SWorkspaceViewport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SWorkspaceViewport.h |
Public Virtual
Overridden from SEditorViewport
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > BuildViewportToolbar() |
SWorkspaceViewport.h | ||
virtual TSharedRef< FEditorViewportClient > MakeEditorViewportClient() |
SWorkspaceViewport.h |
Overridden from ICommonEditorViewportToolbarInfoProvider
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FExtender > GetExtenders() |
SWorkspaceViewport.h | ||
virtual TSharedRef< SEditorViewport > GetViewportWidget() |
SWorkspaceViewport.h | ||
virtual void OnFloatingButtonClicked() |
SWorkspaceViewport.h |
Overridden from FGCObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
SWorkspaceViewport.h | ||
virtual FString GetReferencerName() |
SWorkspaceViewport.h |