Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor > API/Plugins/CurveExpressionEditor/UK2Node_MakeCurveExpressionMap
- UEdGraphNode::AllocateDefaultPins()
- UK2Node_MakeCurveExpressionMap::AllocateDefaultPins()
References
| Module | CurveExpressionEditor |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Public/K2Node_MakeCurveExpressionMap.h |
| Include | #include "K2Node_MakeCurveExpressionMap.h" |
| Source | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Private/K2Node_MakeCurveExpressionMap.cpp |
virtual void AllocateDefaultPins&40;&41;
Remarks
Allocate default pins for a given node, based only the NodeType, which should already be filled in. true if the pin creation succeeds, false if there was a problem (such a failure to find a function when the node is a function call).