Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FTypePromotion
Description
Given the two pin types check which pin type is higher. Given two structs it will return equal, this does NOT compare PinDefaultSubobjects
| Name | GetHigherType |
| 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 ETypeComparisonResult GetHigherType
(
const FEdGraphPinType & A,
const FEdGraphPinType & B
)