Navigation
API > API/Editor > API/Editor/BlueprintGraph
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintEditorSettings.h |
| Include | #include "BlueprintEditorSettings.h" |
Syntax
struct FPerBlueprintSettings
Remarks
Blueprint Editor settings that are different for each blueprint. See FKismetDebugUtilities for helper functions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBlueprintBreakpoint > | Breakpoints | ||
| TArray< FBlueprintWatchedPin > | WatchedPins |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPerBlueprintSettings& Other |