Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGPin.h |
| Include | #include "PCGPin.h" |
Syntax
USTRUCT&40;BlueprintType,
Meta&61;&40;HasNativeBreak&61;"&47;Script&47;PCG.PCGBlueprintPinHelpers.BreakPinProperty", HasNativeMake&61;"&47;Script&47;PCG.PCGBlueprintPinHelpers.MakePinProperty"&41;&41;
struct FPCGPinProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPCGDataType | AllowedTypes | ||
| bool | bAdvancedPin | Advanced pin will be hidden by default in the UI and will be shown only if the user extend the node (in the UI) to see advanced pins. | |
| bool | bAllowMultipleConnections | ||
| bool | bAllowMultipleData | ||
| FName | Label | ||
| FText | Tooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPinProperties
(
const FName& InLabel, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPCGPinProperties& Other |