Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
A record of a warning generated by a disallowed pin connection attempt
| Name | FDisallowedPinConnection |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
Syntax
struct FDisallowedPinConnection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPinIsArrayA | uint8 | BlueprintEditor.h | ||
| bPinIsArrayB | uint8 | BlueprintEditor.h | ||
| bPinIsReferenceA | uint8 | BlueprintEditor.h | ||
| bPinIsReferenceB | uint8 | BlueprintEditor.h | ||
| bPinIsWeakPointerA | uint8 | BlueprintEditor.h | ||
| bPinIsWeakPointerB | uint8 | BlueprintEditor.h | ||
| PinTypeCategoryA | FName | BlueprintEditor.h | ||
| PinTypeCategoryB | FName | BlueprintEditor.h |