Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SPreviewSceneProfileSelector |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h |
| Include Path | #include "SCommonEditorViewportToolbarBase.h" |
Syntax
class SPreviewSceneProfileSelector : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SPreviewSceneProfileSelector
- FSlateControlledConstruction → SWidget → SCompoundWidget → SPreviewSceneProfileSelector
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SPreviewSceneProfileSelector() |
SCommonEditorViewportToolbarBase.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetViewerProfileComboButton | TSharedPtr< SComboButton > | Displays/Selects the active advanced viewer profile. | SCommonEditorViewportToolbarBase.h | |
| PreviewProfileController | TSharedPtr< IPreviewProfileController > | Interface to set/get/list the preview profiles. | SCommonEditorViewportToolbarBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SCommonEditorViewportToolbarBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > MakeAssetViewerProfileComboBox() |
Creates and returns the asset viewer profile combo box. | SCommonEditorViewportToolbarBase.h | |
void OnSelectionChanged
(
TSharedPtr< FString > NewSelection, |
SCommonEditorViewportToolbarBase.h | ||
void UpdateAssetViewerProfileList() |
SCommonEditorViewportToolbarBase.h | ||
void UpdateAssetViewerProfileSelection() |
SCommonEditorViewportToolbarBase.h |