Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_PromotableOperator
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PromotableOperator.h |
| Include | #include "K2Node_PromotableOperator.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_PromotableOperator.cpp |
static bool CanConvertComparisonOperatorNodeType
(
const UEdGraphNode * Node
)
Remarks
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.