FArguments

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

Inheritance Hierarchy

References

   
Module KismetWidgets
Header /Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h
Include #include "SPinTypeSelector.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SPinTypeSelector >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Variables

Type Name Description
TSharedPtr< cla... _CustomFilter  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... bAllowArrays ( bool InArg )  
WidgetArgsTy... CustomFilter ( TSharedPtr< class IPinTypeSelectorF... )  
WidgetArgsTy... CustomFilters ( TArray< TSharedPtr< class IPinTypeS... )  
WidgetArgsTy... Font ( const TAttribute< FSlateFontInfo > ... )  
WidgetArgsTy... OnPinTypeChanged ( const FOnPinTypeChanged& InDelegat... )  
WidgetArgsTy... OnPinTypePreChanged ( const FOnPinTypeChanged& InDelegat... )  
WidgetArgsTy... ReadOnly ( const TAttribute< bool >& InAttrib... )  
WidgetArgsTy... Schema ( const UEdGraphSchema* InArg )  
WidgetArgsTy... SchemaAction ( TWeakPtr< const FEdGraphSchemaActio... )  
WidgetArgsTy... SelectorType ( ESelectorType InArg )  
WidgetArgsTy... TargetPinType ( const TAttribute< FEdGraphPinType >... )  
WidgetArgsTy... TreeViewHeight ( const TAttribute< FOptionalSize >&... )  
WidgetArgsTy... TreeViewWidth ( const TAttribute< FOptionalSize >&... )  
WidgetArgsTy... TypeTreeFilter ( ETypeTreeFilter InArg )  

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library