void |
Construct ( const FArguments& InArgs, FGetPinTypeTree GetPinTypeTreeFunc ) |
|
TSharedRef< ... |
ConstructPinTypeImage ( UEdGraphPin* Pin ) |
|
TSharedRef< ... |
ConstructPinTypeImage ( TAttribute< const FSlateBrush*..., TAttribute< FSlateColor > PrimaryCo..., TAttribute< const FSlateBrush*..., TAttribute< FSlateColor > Secondary... ) |
|
TSharedRef< ... |
ConstructPinTypeImage ( const FSlateBrush* PrimaryIcon, const FSlateColor& PrimaryColor, const FSlateBrush* SecondaryIc..., const FSlateColor& SecondaryColor, TSharedPtr< SToolTip > InToolTip ) |
|
TSharedRef< ... |
CreateObjectReferenceWidget ( FPinTypeTreeItem InItem, FEdGraphPinType& InPinType, const FSlateBrush* InIconBrush, FText InSimpleTooltip ) |
Helper function to create widget for the sub-menu |
void |
GenerateAllowedObjectTypesList ( TArray< FObjectReferenceListItem > ..., FPinTypeTreeItem InItem, bool bForSecondaryType ) |
Fills the provided array with generated list items based on a pin type's allowed reference types, which could then be used as the item source for a list view |
TSharedRef< ... |
GenerateObjectReferenceTreeRow ( FObjectReferenceListItem InItem, const TSharedRef< STableViewBase > ... ) |
Listview support functions for sub-menu |
TSharedRef< ... |
GenerateTypeTreeRow ( FPinTypeTreeItem InItem, const TSharedRef< STableViewBase > ..., bool bForSecondaryType ) |
Treeview support functions |
TSharedRef< ... |
GetAllowedObjectTypes ( FPinTypeTreeItem InItem, bool bForSecondaryType ) |
Gets the allowable object types for an tree item, used for building the sub-menu |
bool |
GetChildrenMatchingSearch ( const FText& SearchText, const TArray< FPinTypeTreeItem >& ..., TArray< FPinTypeTreeItem >& OutFil..., FTopLevenshteinResult< FPinTypeTree... ) |
Helper to generate the filtered list of types, based on the search string matching |
bool |
GetChildrenWithSupportedTypes ( const TArray< FPinTypeTreeItem >& ..., TArray< FPinTypeTreeItem >& OutFil... ) |
Helper to generate the filtered list of types, based on the supported types of the schema |
FText |
GetCombinedTypeDescription ( bool bIncludeSubcategory ) |
Gets a combined description of the primary, container, and secondary types. |
TSharedRef< ... |
GetMenuContent ( bool bForSecondaryType ) |
|
TSharedRef< ... |
GetPinContainerTypeMenuContent () |
|
FText |
GetPinTypeItemCountText () |
Callback to get the display text for the total pin type item count |
FText |
GetSecondaryTypeDescription ( bool bIncludeSubcategory ) |
Gets the secondary type description. E.g. the value type for TMaps |
FSlateColor |
GetSecondaryTypeIconColor () |
Gets the secondary type-specific color for the type being manipulated |
const FSlate... |
GetSecondaryTypeIconImage () |
Gets the secondary icon (for maps, otherwise null) for the type being manipulated |
FText |
GetToolTipForArrayWidget () |
Callback to get the tooltip for the array button widget |
FText |
GetToolTipForComboBoxSecondaryType () |
Callback to get the tooltip text for the secondary pin type combo box |
FText |
GetToolTipForComboBoxType () |
Callback to get the tooltip text for the pin type combo box |
FText |
GetToolTipForContainerWidget () |
Callback to get the tooltip for the container type dropdown widget |
void |
GetTypeChildren ( FPinTypeTreeItem InItem, TArray< FPinTypeTreeItem >& OutChi... ) |
|
FText |
GetTypeDescription ( bool bIncludeSubcategory ) |
Gets a succinct type description for the type being manipulated |
FSlateColor |
GetTypeIconColor () |
Gets the type-specific color for the type being manipulated |
const FSlate... |
GetTypeIconImage () |
Gets the icon (value, array, set, or map) for the type being manipulated |
ECheckBoxSta... |
IsArrayChecked () |
Array checkbox support functions |
void |
OnArrayCheckStateChanged ( ECheckBoxState NewState ) |
|
void |
OnArrayStateToggled () |
Toggles the variable type as an array |
void |
OnContainerTypeSelectionChanged ( EPinContainerType PinContainerType ) |
Updates the variable container type: |
void |
OnCustomFilterChanged () |
Called whenever the custom filter options are changed. |
void |
OnFilterTextChanged ( const FText& NewText ) |
|
void |
OnFilterTextCommitted ( const FText& NewText, ETextCommit::Type CommitInfo ) |
|
void |
OnObjectReferenceSelectionChanged ( FObjectReferenceListItem InItem, ESelectInfo::Type SelectInfo, bool bForSecondaryType ) |
|
void |
OnSelectPinType ( FPinTypeTreeItem InItem, FName InPinCategory, bool bForSecondaryType ) |
When a pin type is selected, handle it |
void |
OnTypeSelectionChanged ( FPinTypeTreeItem Selection, ESelectInfo::Type SelectInfo, bool bForSecondaryType ) |
|