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