Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode > API/Runtime/Engine/EdGraph/UEdGraphNode/CreatePin
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FEdGraphPinType & InPinType,
const TCHAR * PinName,
int32 Index
)
Remarks
Create a new pin on this node using the supplied pin type, and return the new pin