Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FTypePromotion
Represents the possible results when comparing two types for promotion
| Name | ETypeComparisonResult |
| Type | enum |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintTypePromotion.h |
| Include Path | #include "BlueprintTypePromotion.h" |
Syntax
enum ETypeComparisonResult
{
TypeAHigher,
TypeBHigher,
TypesEqual,
InvalidComparison,
}
Values
| Name | Remarks |
|---|---|
| TypeAHigher | |
| TypeBHigher | |
| TypesEqual | |
| InvalidComparison |