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