Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SPropertyViewer
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h |
| Include Path | #include "Widgets/PropertyViewer/SPropertyViewer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SPropertyViewer >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SPropertyViewer::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/PropertyViewer/SPropertyViewer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/PropertyViewer/SPropertyViewer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bSanitizeName | bool | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _bShowFieldIcon | bool | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _bShowSearchBox | bool | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _bSortChildNode | bool | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _FieldExpander | IFieldExpander * | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _FieldIterator | IFieldIterator * | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _NotifyHook | INotifyHook * | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _PropertyVisibility | EPropertyVisibility | Widgets/PropertyViewer/SPropertyViewer.h | ||
| _SelectionMode | ESelectionMode::Type | Widgets/PropertyViewer/SPropertyViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bSanitizeName
(
bool InArg |
Sanitize the field and container name. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & bShowFieldIcon
(
bool InArg |
Show the icon next to the field name. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & bShowSearchBox
(
bool InArg |
Show a search box. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & bSortChildNode
(
bool InArg |
Sort the field after building the list of fields. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & FieldExpander
(
IFieldExpander* InArg |
Which properties/functions that allow expansion. FFieldIterator_NoExpand is the default. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & FieldIterator
(
IFieldIterator* InArg |
Which properties/functions to show. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & NotifyHook
(
INotifyHook* InArg |
Callback when a property is modified. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
Context menu widget for the selected item. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnDoubleClicked
(
const FOnDoubleClicked& InDelegate |
Delegate to invoke when an item is double-clicked. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnDragDetected
(
const FOnDragDetected& InDelegate |
Delegate to invoke when an item is dragged. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnGenerateContainer
(
const FOnGenerateContainer& InDelegate |
Delegate to invoke when we generate the entry for an added container. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnGetPostSlot
(
const FGetFieldWidget& InDelegate |
Slot for additional widget to go after the field or container widget. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnGetPreSlot
(
const FGetFieldWidget& InDelegate |
Slot for additional widget to go before the field or container widget. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Delegate to invoke when selection changes. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & OverrideIconColorSettings
(
TOptional< const FFieldColorSettings > InArg |
Override the color settings of the icons. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & PropertyVisibility
(
EPropertyVisibility InArg |
Allow to edit the instance property. | Widgets/PropertyViewer/SPropertyViewer.h | |
NamedSlotProperty< FArguments > SearchBoxPostSlot() |
Slot for additional widget to go after the search box. | Widgets/PropertyViewer/SPropertyViewer.h | |
NamedSlotProperty< FArguments > SearchBoxPreSlot() |
Slot for additional widget to go before the search box. | Widgets/PropertyViewer/SPropertyViewer.h | |
WidgetArgsType & SelectionMode
(
ESelectionMode::Type InArg |
Is selection enabled. | Widgets/PropertyViewer/SPropertyViewer.h |