Navigation
API > API/Editor > API/Editor/ScriptableEditorWidgets > API/Editor/ScriptableEditorWidgets/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPropertyViewBase
- UDetailsView
References
| Module | ScriptableEditorWidgets |
| Header | /Engine/Source/Editor/ScriptableEditorWidgets/Public/Components/DetailsView.h |
| Include | #include "Components/DetailsView.h" |
Syntax
class UDetailsView :
public UPropertyViewBase,
public FNotifyHook
Remarks
The details view allows you to display the value of an object properties.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowFavoriteSystem | If false, the current properties editor will never display the favorite system | |
| bool | bAllowFiltering | True if we allow filtering through search and the filter dropdown menu. | |
| bool | bForceHiddenPropertyVisibility | If true, all properties will be visible, not just those with CPF_Edit | |
| bool | bShowAnimatedPropertiesOption | True if you want to show the 'Show Only Animated Properties'. | |
| bool | bShowKeyablePropertiesOption | True if you want to show the 'Show Only Keyable Properties'. | |
| bool | bShowModifiedPropertiesOption | True if you want to show the 'Show Only Modified Properties'. | |
| bool | bShowScrollBar | If false, the details panel's scrollbar will always be hidden. | |
| TArray< FName > | CategoriesToShow | Which categories to show in the details panel. | |
| float | ColumnWidth | The default column width | |
| TArray< FName > | PropertiesToShow | Which properties to show in the details panel. | |
| FName | ViewIdentifier | Identifier for this details view; NAME_None if this view is anonymous |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetIsPropertyVisible
(
const FPropertyAndParent& PropertyAndParent |
||
| bool | GetIsRowVisible
(
FName InRowName, |
||
| bool | |||
| void |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Overridden from FNotifyHook
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyPostChange
(
const FPropertyChangedEvent& PropertyChangedEvent, |