ETypeComparisonResult

Represents the possible results when comparing two types for promotion

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library