Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
Description
Helper function to create the expansion node. If the CompilerContext is specified this will be created as an intermediate node
| Name | CreateSplitPinNode |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
UK2Node * CreateSplitPinNode
(
UEdGraphPin * Pin,
const FCreateSplitPinNodeParams & Params
) const