Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGEdge
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGEdge.h |
| Include | #include "PCGEdge.h" |
Syntax
UCLASS (ClassGroup=(Procedural))
class UPCGEdge : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGPin > | InputPin | Pin at upstream end of edge. | |
| TObjectPtr< UPCGPin > | OutputPin | Pin at downstream end of edge. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPCGEdge
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPCGPin * | GetOtherPin
(
const UPCGPin* Pin |
||
| const UPCGPin * | GetOtherPin
(
const UPCGPin* Pin |
||
| bool | IsValid () |
||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InboundLabel_DEPRECATED | ||
| TObjectPtr< UPCGNode > | InboundNode_DEPRECATED | ||
| FName | OutboundLabel_DEPRECATED | ||
| TObjectPtr< UPCGNode > | OutboundNode_DEPRECATED |