Navigation
API > API/Editor > API/Editor/AdvancedPreviewScene
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SAdvancedPreviewDetailsTab
References
| Module | AdvancedPreviewScene |
| Header | /Engine/Source/Editor/AdvancedPreviewScene/Public/SAdvancedPreviewDetailsTab.h |
| Include | #include "SAdvancedPreviewDetailsTab.h" |
Syntax
class SAdvancedPreviewDetailsTab : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| UObject * | AdditionalSettings | ||
| FDelegateHandle | AddRemoveProfileDelegate | ||
| UAssetViewerSettings * | DefaultSettings | ||
| TArray< FAdvancedPreviewSceneModule::FDetailDelegates > | Delegates | ||
| TArray< FAdvancedPreviewSceneModule::FDetailCustomizationInfo > | DetailCustomizations | ||
| UEditorPerProjectUserSettings * | PerProjectSettings | ||
| FDelegateHandle | PostUndoDelegate | ||
| TWeakPtr< FAdvancedPreviewScene > | PreviewScenePtr | ||
| TSharedPtr< STextComboBox > | ProfileComboBox | ||
| int32 | ProfileIndex | ||
| TArray< TSharedPtr< FString > > | ProfileNames | ||
| TArray< FAdvancedPreviewSceneModule::FPropertyTypeCustomizationInfo > | PropertyTypeCustomizations | ||
| FDelegateHandle | RefreshDelegate | ||
| TSharedPtr< IDetailsView > | SettingsView | Property viewing widget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FReply | |||
| void | ComboBoxSelectionChanged
(
TSharedPtr< FString > NewSelection, |
||
| void | Construct
(
const FArguments& InArgs, |
SWidget functions | |
| void | |||
| void | |||
| void | OnAssetViewerSettingsRefresh
(
const FName& InPropertyName |
||
| void | OnPreviewSceneChanged
(
TSharedRef< FAdvancedPreviewScene > PreviewScene |
||
| void | Refresh () |
||
| FReply | |||
| void | |||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |