Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/DetailCustomizations/Public/Customizations/CurveTableCustomization.h |
Include |
#include "Customizations/CurveTableCustomization.h" |
class FCurveTableCustomizationLayout : public IPropertyTypeCustomization
Customizes a DataTable asset to use a dropdown
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FSt... |
CurrentSelectedItem |
|
|
TSharedPtr< IPr... |
CurveTablePropertyHandle |
|
|
TSharedPtr< SCo... |
RowNameComboButton |
The comboButton objects |
|
TSharedPtr< SLi... |
RowNameComboListView |
|
|
TSharedPtr< IPr... |
RowNamePropertyHandle |
|
|
RowNames |
A cached copy of strings to populate the combo box |
|
|
TSharedPtr< IPr... |
StructPropertyHandle |
Handle to the struct properties being customized |
Name | Description | ||
---|---|---|---|
|
CreateCurveTableChildProperty ( |
||
|
TSharedRef< ... |
GetListContent() |
Returns the ListView for the ComboButton |
|
GetRowNameComboBoxContentText() |
Display the current selection |
|
|
TSharedRef< ... |
HandleRowNameComboBoxGenarateWidget ( |
Return the representation of the the row names to display |
|
TSharedPtr< ... |
InitWidgetContent ( |
Init the contents the combobox sources its data off |
|
TSharedRef< ... |
MakeInstance() |
|
|
OnCurveTableChanged() |
Delegate to refresh the drop down when the datatable changes |
|
|
OnFilterTextChanged ( |
Called by Slate when the filter box changes text. |
|
|
OnInitialRefresh() |
Initial refresh, will not modify data |
|
|
OnSelectionChanged ( |
Update the root data on a change of selection |
Name | Description | ||
---|---|---|---|
|
CustomizeChildren ( |
Called when the children of the property should be customized or extra rows added |
|
|
CustomizeHeader ( |
IPropertyTypeCustomization interface |