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 UEdGraphPin &42; FindPinWatchByPredicate
&40;
const UBlueprint &42; Blueprint,
const TFunctionRef< bool(const UEdGraphPin &42;)> Predicate
&41;
Remarks
Returns the first watched pin that matches the provided predicate or nullptr if nothing matched
Parameters
| Name | Description |
|---|---|
| Blueprint | The owning blueprint of the watched pins to iterate |
| Predicate | function that returns true for the found watched pin |