Navigation
API > API/Runtime > API/Runtime/Engine
This is a response from CanCreateConnection, indicating if the connecting action is legal and what the result will be
| Name | FPinConnectionResponse |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FPinConnectionResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/EdGraphSchema.h | |||
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
EdGraph/EdGraphSchema.h | ||
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
EdGraph/EdGraphSchema.h | ||
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
EdGraph/EdGraphSchema.h | ||
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
EdGraph/EdGraphSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FText | EdGraph/EdGraphSchema.h | ||
| Response | TEnumAsByte< enum ECanCreateConnectionResponse > | EdGraph/EdGraphSchema.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsFatal | bool | EdGraph/EdGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanSafeConnect() |
If a connection can be made without breaking existing connections | EdGraph/EdGraphSchema.h | |
bool IsFatal() |
EdGraph/EdGraphSchema.h | ||
void SetFatal() |
EdGraph/EdGraphSchema.h |