Navigation
API > API/Plugins > API/Plugins/PCG
Helper class to allow the BP to call the custom functions on FPCGPinProperties.
| Name | UPCGPinPropertiesBlueprintHelpers |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include Path | #include "PCGPin.h" |
Syntax
UCLASS (MinimalAPI)
class UPCGPinPropertiesBlueprintHelpers : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPCGPinPropertiesBlueprintHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool AllowsMultipleConnections
(
const FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static bool IsAdvancedPin
(
const FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static bool IsNormalPin
(
const FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static bool IsRequiredPin
(
const FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static void SetAdvancedPin
(
FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static void SetAllowMultipleConnections
(
FPCGPinProperties& PinProperties, |
PCGPin.h |
|
|
static void SetNormalPin
(
FPCGPinProperties& PinProperties |
PCGPin.h |
|
|
static void SetRequiredPin
(
FPCGPinProperties& PinProperties |
PCGPin.h |
|