Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void GetHiddenPinsForFunction
(
UEdGraph const * Graph,
UFunction const * Function,
TSet < FName > & HiddenPins,
TSet < FName > * OutInternalPins
)
Remarks
Gets a list of pins that should hidden for a given function in a given graph
Parameters
| Name | Description |
|---|---|
| Graph | The graph that you're looking to call the function from (some functions hide different pins depending on the graph they're in) |
| Function | The function to consider |
| HiddenPins | Set of pins that should be hidden |
| OutInternalPins | Subset of hidden pins that are marked for internal use only rather than marked as hidden (optional) |