Navigation
Unreal Engine C++ API Reference > Runtime > Engine > EdGraph
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FPinConnectionResponse
Remarks
This is a response from CanCreateConnection, indicating if the connecting action is legal and what the result will be
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FText | Message | |
![]() |
TEnumAsByte< enum ECanCreateConnectionResponse > | Response |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
||
![]() |
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
||
![]() |
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |
||
![]() |
FPinConnectionResponse
(
const ECanCreateConnectionResponse InResponse, |