 |
bool |
bAllowGlobalExtensions |
Whether to allow Global Extensions to be added |
 |
bool |
bAllowResetToDefault |
Whether to allow Reset to Default to be added in |
 |
bool |
bDefaultItemsExpanded |
The default expansion state if not overriden by the Expansion State map below |
 |
bool |
bExcludeStructChildPropertiesFromFilters |
Whether to exclude struct child properties, and their children, from filters. |
 |
bool |
bShowCategories |
Whether to show Categories |
 |
UE::CustomDetailsView::TAllowList< FName > |
CategoryAllowList |
List of Allowed and Disallowed Categories |
 |
TSharedPtr< FDetailColumnSizeData > |
ColumnSizeData |
Optional: Set a Column Size Data to use. |
 |
FMargin |
DefaultPadding |
The Padding to use for each Widget (Name, Value, etc) |
 |
TMap< FCustomDetailsViewItemId, bool > |
ExpansionState |
Map of the Node Name to their Expanded State |
 |
TSharedPtr< SScrollBar > |
ExternalScrollBar |
Optional external Scroll bar to use for the Tree |
 |
float |
IndentAmount |
Amount of indentation to make per level in the Details View Tree |
 |
UE::CustomDetailsView::TAllowList< FCustomDetailsViewItemId > |
ItemAllowList |
List of Allowed and Disallowed Items based on their Id |
 |
TSharedPtr< IDetailKeyframeHandler > |
KeyframeHandler |
The Keyframe Handler to use. bAllowGlobalExtensions must be set to true |
 |
FOnFinishedChangingProperties |
OnFinishedChangingProperties |
Delegate called when Properties have finished changing |
 |
FOnItemWidgetGenerated |
OnItemWidgetGenerated |
|
 |
FSimpleMulticastDelegate |
OnTreeViewRegenerated |
Delegate called when all the widgets in the Main Tree View has been regenerated |
 |
float |
RightColumnMinWidth |
Minimum width of the right column in Slate units. |
 |
float |
RowBackgroundOpacity |
Opacity for the Row Background Panel |
 |
FPropertyRowGeneratorArgs |
RowGeneratorArgs |
Arguments used for the Property Row Generator |
 |
float |
TableBackgroundOpacity |
Opacity for the Table Background Panel |
 |
float |
ValueColumnWidth |
Default value column width, as a percentage, 0-1. |
 |
UE::CustomDetailsView::TAllowList< ECustomDetailsViewWidgetType > |
WidgetTypeAllowList |
List of Allowed Widget Types |