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 void ForeachPinPropertyWatch
&40;
const UBlueprint &42; Blueprint,
TFunctionRef< void(FBlueprintWatchedPin &)> Task
&41;
Remarks
Performs a task on every watched pin in the provided blueprint
Parameters
| Name | Description |
|---|---|
| Blueprint | The owning blueprint of the watched pins to iterate |
| Task | function to be called on every element |