Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h |
Include | #include "ConnectionDrawingPolicy.h" |
Syntax
struct FConnectionParams
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UEdGraphPin * | AssociatedPin1 | |
![]() |
UEdGraphPin * | AssociatedPin2 | |
![]() |
bool | bDrawBubbles | |
![]() |
bool | bUserFlag1 | |
![]() |
bool | bUserFlag2 | |
![]() |
EEdGraphPinDirection | EndDirection | |
![]() |
FVector2D | EndTangent | |
![]() |
EEdGraphPinDirection | StartDirection | |
![]() |
FVector2D | StartTangent | |
![]() |
FLinearColor | WireColor | |
![]() |
float | WireThickness |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |