Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UPCGPinPropertiesBlueprintHelpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include | #include "PCGPin.h" |
Syntax
UCLASS ()
class UPCGPinPropertiesBlueprintHelpers : public UBlueprintFunctionLibrary
Remarks
Helper class to allow the BP to call the custom functions on FPCGPinProperties.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowsMultipleConnections
(
UPARAM(ref) const FPCGPinProperties& PinProperties |
||
| bool | IsAdvancedPin
(
UPARAM(ref) const FPCGPinProperties& PinProperties |
||
| bool | IsNormalPin
(
UPARAM(ref) const FPCGPinProperties& PinProperties |
||
| bool | IsRequiredPin
(
UPARAM(ref) const FPCGPinProperties& PinProperties |
||
| void | SetAdvancedPin
(
UPARAM(ref) FPCGPinProperties& PinProperties |
||
| void | SetAllowMultipleConnections
(
UPARAM(ref) FPCGPinProperties& PinProperties, |
||
| void | SetNormalPin
(
UPARAM(ref) FPCGPinProperties& PinProperties |
||
| void | SetRequiredPin
(
UPARAM(ref) FPCGPinProperties& PinProperties |