|
| virtual FName | GetTypeId () const override |
| |
| | FEdGraphSchemaAction_Dummy () |
| |
| | FEdGraphSchemaAction_Dummy (FText InNodeCategory, FText InMenuDesc, FText InToolTip, const int32 InGrouping) |
| |
| | FEdGraphSchemaAction () |
| |
| virtual | ~FEdGraphSchemaAction () |
| |
| | FEdGraphSchemaAction (FText InNodeCategory, FText InMenuDesc, FText InToolTip, const int32 InGrouping, FText InKeywords=FText(), int32 InSectionID=0) |
| |
| virtual bool | IsParentable () const |
| |
| virtual UEdGraphNode * | PerformAction (class UEdGraph *ParentGraph, UEdGraphPin *FromPin, const FVector2D Location, bool bSelectNewNode=true) UE_SLATE_DEPRECATED_VECTOR_VIRTUAL_FUNCTION |
| |
| virtual UEdGraphNode * | PerformAction (class UEdGraph *ParentGraph, UEdGraphPin *FromPin, const FVector2f &Location, bool bSelectNewNode=true) |
| |
| virtual UEdGraphNode * | PerformAction (class UEdGraph *ParentGraph, TArray< UEdGraphPin * > &FromPins, const FVector2D Location, bool bSelectNewNode=true) UE_SLATE_DEPRECATED_VECTOR_VIRTUAL_FUNCTION |
| |
| virtual UEdGraphNode * | PerformAction (class UEdGraph *ParentGraph, TArray< UEdGraphPin * > &FromPins, const FVector2f &Location, bool bSelectNewNode=true) |
| |
| virtual ENGINE_API FReply | OnDoubleClick (UBlueprint *InBlueprint) |
| |
| ENGINE_API void | CosmeticUpdateCategory (FText NewCategory) |
| |
| ENGINE_API void | UpdateSearchData (FText NewMenuDescription, FText NewToolTipDescription, FText NewCategory, FText NewKeywords) |
| |
| int32 | GetSectionID () const |
| |
| int32 | GetGrouping () const |
| |
| const FText & | GetMenuDescription () const |
| |
| const FText & | GetTooltipDescription () const |
| |
| const FText & | GetCategory () const |
| |
| const FText & | GetKeywords () const |
| |
| const TArray< FString > & | GetMenuDescriptionArray () const |
| |
| const TArray< FString > & | GetSearchTitleArray () const |
| |
| const TArray< FString > & | GetSearchKeywordsArray () const |
| |
| const TArray< FString > & | GetSearchCategoryArray () const |
| |
| const TArray< FString > & | GetLocalizedMenuDescriptionArray () const |
| |
| const TArray< FString > & | GetLocalizedSearchTitleArray () const |
| |
| const TArray< FString > & | GetLocalizedSearchKeywordsArray () const |
| |
| const TArray< FString > & | GetLocalizedSearchCategoryArray () const |
| |
| const FString & | GetFullSearchText () const |
| |
| virtual void | AddReferencedObjects (FReferenceCollector &Collector) |
| |
| virtual void | MovePersistentItemToCategory (const FText &NewCategoryName) |
| |
| virtual int32 | GetReorderIndexInContainer () const |
| |
| virtual bool | ReorderToBeforeAction (TSharedRef< FEdGraphSchemaAction > OtherAction) |
| |
| virtual FEdGraphSchemaActionDefiningObject | GetPersistentItemDefiningObject () const |
| |
| virtual bool | IsA (const FName &InType) const |
| |
| virtual bool | IsAVariable () const |
| |
| virtual bool | CanBeRenamed () const |
| |
| virtual bool | CanBeDeleted () const |
| |
| virtual FSlateBrush const * | GetPaletteIcon () const |
| |
| virtual FText | GetPaletteToolTip () const |
| |
Dummy action, useful for putting messages in the menu