Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FKismetDebugUtilities
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include | #include "Kismet2/KismetDebugUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp |
static bool RemovePinWatch
(
const UBlueprint * Blueprint,
const UEdGraphPin * Pin,
const TArray < FName > & InPathToProperty
)
Remarks
Removes a pin property Watch true if a watch was found and removed
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint that owns the pin |
| Pin | The Pin to stop watching |
| InPathToProperty | Path to the property on the pin to stop watching |