Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGPinProperties
Overloads
FPCGPinProperties()
| |
|
| Name |
FPCGPinProperties |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include Path |
#include "PCGPin.h" |
| Source |
/Engine/Plugins/PCG/Source/PCG/Private/PCGPin.cpp |
FPCGPinProperties()
FPCGPinProperties(const FName &, FPCGDataTypeIdentifier, bool, bool, const FText &)
| |
|
| Name |
FPCGPinProperties |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include Path |
#include "PCGPin.h" |
| Source |
/Engine/Plugins/PCG/Source/PCG/Private/PCGPin.cpp |
FPCGPinProperties
(
const FName & InLabel,
FPCGDataTypeIdentifier InAllowedTypes,
bool bInAllowMultipleConnections,
bool bAllowMultipleData,
const FText & InTooltip
)