Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_CallFunction
- UK2Node_CommutativeAssociativeBinaryOperator
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h |
| Include | #include "K2Node_CommutativeAssociativeBinaryOperator.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_CommutativeAssociativeBinaryOperator :
public UK2Node_CallFunction ,
public IK2Node_AddPinInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumAdditionalInputs | The number of additional input pins to generate for this node (2 base pins are not included) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_CommutativeAssociativeBinaryOperator
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | FindOutPin () |
||
| UEdGraphPin * | FindSelfPin () |
||
| UEdGraphPin * | GetInputPin
(
int32 InputPinIndex |
Get TRUE input type (self, etc.. are skipped) | |
| int32 | Returns the number of additional input pins that this node has | ||
| bool |
Overridden from UK2Node_CallFunction
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Overridden from IK2Node_AddPinInterface
| Type | Name | Description | |
|---|---|---|---|
| void | AddInputPin () |
Add an additional input pin to this node | |
| bool | CanAddPin () |
Determines if a pin can be added to this node. | |
| bool | CanRemovePin
(
const UEdGraphPin* Pin |
Returns true if the given pin can be removed from this node. | |
| void | RemoveInputPin
(
UEdGraphPin* Pin |
Attempt to remove the given pin from this node. |
Constants
| Name | Description |
|---|---|
| BinaryOperatorInputsNum |