IPinTypeSelectorFilter::ShouldShowPinTypeTreeItem

(Required) - Implement this method to filter the given pin type item and determine whether or not it should be displayed.

Unreal Engine C++ API Reference > Editor > KismetWidgets > IPinTypeSelectorFilter

References

   
Module KismetWidgets
Header /Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h
Include #include "SPinTypeSelector.h"
bool ShouldShowPinTypeTreeItem
(
    FPinTypeTreeItem InItem
) const

Remarks

(Required) - Implement this method to filter the given pin type item and determine whether or not it should be displayed.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library