Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_EditablePinBase
- UEdGraphNode::AllocateDefaultPins()
- UK2Node_EditablePinBase::AllocateDefaultPins()
- UK2Node_GetDMXAttributeValues::AllocateDefaultPins()
- UK2Node_FunctionResult::AllocateDefaultPins()
- UK2Node_Composite::AllocateDefaultPins()
- UDEPRECATED_K2Node_CastPatchToType::AllocateDefaultPins()
- UK2Node_MacroInstance::AllocateDefaultPins()
- UK2Node_FunctionEntry::AllocateDefaultPins()
- UK2Node_Event::AllocateDefaultPins()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h |
Include | #include "K2Node_EditablePinBase.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.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).