Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintPinHelpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include | #include "PCGPin.h" |
UFUNCTION (BlueprintPure, Category="PCG|Pins", Meta=(NativeMakeFunc))
static FPCGPinProperties MakePinProperty
(
FName Label,
bool bAllowMultipleData,
bool bAllowMultipleConnections,
bool bIsAdvancedPin,
EPCGExclusiveDataType AllowedType
)