Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FKismetDebugUtilities
Description
Retrieve the Array of watched pins associated with a blueprint. returns null if there are no watched pins associated with this blueprint
| Name | GetWatchedPins |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include Path | #include "Kismet2/KismetDebugUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp |
static TArray < FBlueprintWatchedPin > * GetWatchedPins
(
const UBlueprint * Blueprint
)