Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include | #include "K2Node.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp |
bool CreatePinsForFunctionEntryExit
&40;
const UFunction &42; Function,
bool bForFunctionEntry
&41;
Remarks
Creates the pins required for a function entry or exit node (only inputs as outputs or outputs as inputs respectively) true on success.
Parameters
| Name | Description |
|---|---|
| Function | The function being implemented that the entry or exit nodes are for. |
| bForFunctionEntry | True indicates a function entry node, false indicates an exit node. |