Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FTypePromotion
Description
Find the function that is the best match given the pins to consider. Ex: Given "Add" operator and an array of two Vector pins, it will return "Add_VectorVector"
| Name | FindBestMatchingFunc |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintTypePromotion.h |
| Include Path | #include "BlueprintTypePromotion.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintTypePromotion.cpp |
static UFunction * FindBestMatchingFunc
(
FName Operation,
const TArray < UEdGraphPin * > & PinsToConsider
)