Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_PureAssignmentStatement |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PureAssignmentStatement.h |
| Include Path | #include "K2Node_PureAssignmentStatement.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_PureAssignmentStatement : public UK2Node
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_PureAssignmentStatement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_PureAssignmentStatement
(
const FObjectInitializer& ObjectInitializer |
K2Node_PureAssignmentStatement.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OutputPinName | FName | Name of the output pin for this node. | K2Node_PureAssignmentStatement.h |
| ValuePinName | FName | Name of the Value pin for this node. | K2Node_PureAssignmentStatement.h |
| VariablePinName | FName | Name of the Variable pin for this node. | K2Node_PureAssignmentStatement.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * GetOutputPin() |
Get the Then output pin | K2Node_PureAssignmentStatement.h | |
UEdGraphPin * GetValuePin() |
Get the Value input pin | K2Node_PureAssignmentStatement.h | |
UEdGraphPin * GetVariablePin() |
Get the Variable input pin | K2Node_PureAssignmentStatement.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FNodeHandlingFunctor * CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
K2Node_PureAssignmentStatement.h | ||
virtual int32 GetNodeRefreshPriority() |
K2Node_PureAssignmentStatement.h | ||
virtual bool IsNodePure() |
Returns whether this node is considered 'pure' by the compiler | K2Node_PureAssignmentStatement.h | |
virtual void NotifyPinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor, after the pin has had it's literal cleared | K2Node_PureAssignmentStatement.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_PureAssignmentStatement.h |