Navigation
API > API/Plugins > API/Plugins/WorkspaceEditor > API/Plugins/WorkspaceEditor/SWorkspaceViewport
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Workspace/Source/WorkspaceEditor/Public/SWorkspaceViewport.h |
| Include Path | #include "SWorkspaceViewport.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SWorkspaceViewport >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SWorkspaceViewport::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SWorkspaceViewport.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SWorkspaceViewport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AssetEditorToolkit
(
TWeakPtr< FAssetEditorToolkit > InArg |
SWorkspaceViewport.h | ||
WidgetArgsType & bIsPinned
(
const TAttribute< bool >& InAttribute |
SWorkspaceViewport.h | ||
WidgetArgsType & OnPinnedClicked
(
const FSimpleDelegate& InDelegate |
SWorkspaceViewport.h | ||
WidgetArgsType & PreviewAssetPath
(
const TAttribute< FSoftObjectPath >& InAttribute |
SWorkspaceViewport.h | ||
WidgetArgsType & SceneDescription
(
UWorkspaceViewportSceneDescription* InArg |
SWorkspaceViewport.h | ||
WidgetArgsType & ViewportClient
(
TSharedPtr< FEditorViewportClient > InArg |
SWorkspaceViewport.h |