Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetActionFilteredWeight
(
const FEdGraphSchemaAction& InCurrentAction, |
Calculate the weight priority of a given action for the context menu. | EdGraph/EdGraphSchema.h | |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS float GetActionFilteredWeight
(
const FGraphActionListBuilderBase::ActionGroup& InCurrentAction, |
EdGraph/EdGraphSchema.h |
GetActionFilteredWeight(const FEdGraphSchemaAction &, const TArray< FString > &, const TArray< FString > &, const TArray< UEdGraphPin * > &)
Description
Calculate the weight priority of a given action for the context menu.
| Name | GetActionFilteredWeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual float GetActionFilteredWeight
(
const FEdGraphSchemaAction & InCurrentAction,
const TArray < FString > & InFilterTerms,
const TArray < FString > & InSanitizedFilterTerms,
const TArray < UEdGraphPin * > & DraggedFromPins
) const
Parameters
| Name | Remarks |
|---|---|
| InCurrentAction | The current graph action to calculate the weight of. Higher weight = higher preference |
| InFilterTerms | Filter terms that the user has entered into the search box |
| InSanitizedFilterTerms | Sanitized search filters in all caps with no symbols or spaces |
| DraggedFromPins | Any pins that this action was dragged off of |
GetActionFilteredWeight(const FGraphActionListBuilderBase::ActionGroup &, const TArray< FString > &, const TArray< FString > &, const TArray< UEdGraphPin * > &)
| Name | GetActionFilteredWeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS float GetActionFilteredWeight
(
const FGraphActionListBuilderBase::ActionGroup & InCurrentAction,
const TArray < FString > & InFilterTerms,
const TArray < FString > & InSanitizedFilterTerms,
const TArray < UEdGraphPin * > & DraggedFromPins
) const