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