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