Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_PromotableOperator
Description
Returns true if we can convert this node to another comparison operator type. This will only be true if the current operator is a comparison operator such as ==, !=, <, etc.
| Name | CanConvertComparisonOperatorNodeType |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PromotableOperator.h |
| Include Path | #include "K2Node_PromotableOperator.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_PromotableOperator.cpp |
static bool CanConvertComparisonOperatorNodeType
(
const UEdGraphNode * Node
)