Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/UMGEditor/Public/Components/DetailsView.h |
Include |
#include "Components/DetailsView.h" |
class UDetailsView :
public UPropertyViewBase,
public FNotifyHook
The details view allows you to display the value of an object properties.
Name | Description | ||
---|---|---|---|
|
bAllowFavoriteSystem |
If false, the current properties editor will never display the favorite system |
|
|
bAllowFiltering |
True if we allow filtering through search and the filter dropdown menu. |
|
|
bForceHiddenPropertyVisibility |
If true, all properties will be visible, not just those with CPF_Edit |
|
|
bShowAnimatedPropertiesOption |
True if you want to show the 'Show Only Animated Properties'. |
|
|
bShowKeyablePropertiesOption |
True if you want to show the 'Show Only Keyable Properties'. |
|
|
bShowModifiedPropertiesOption |
True if you want to show the 'Show Only Modified Properties'. |
|
|
bShowScrollBar |
If false, the details panel's scrollbar will always be hidden. |
|
|
CategoriesToShow |
Which categories to show in the details panel. |
|
|
float |
ColumnWidth |
The default column width |
|
PropertiesToShow |
Which properties to show in the details panel. |
|
|
ViewIdentifier |
Identifier for this details view; NAME_None if this view is anonymous |
Name | Description | ||
---|---|---|---|
|
GetIsPropertyVisible ( |
||
|
GetIsRowVisible |
||
|
IsRowVisibilityFiltered() |
||
|
ToggleShowingOnlyAllowedProperties() |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
Name | Description | ||
---|---|---|---|
|
NotifyPostChange ( |