Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGEdge
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGEdge.h |
| Include | #include "PCGEdge.h" |
Syntax
UCLASS&40;ClassGroup&61;&40;Procedural&41;&41;
class UPCGEdge : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGPin > | InputPin | ||
| TObjectPtr< UPCGPin > | OutputPin |
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 () |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InboundLabel_DEPRECATED | ||
| TObjectPtr< UPCGNode > | InboundNode_DEPRECATED | ||
| FName | OutboundLabel_DEPRECATED | ||
| TObjectPtr< UPCGNode > | OutboundNode_DEPRECATED |