Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGLoadDataTableSettings
Description
Returns the current pin types, which can either be the static types from the pin properties, or a dynamic type based on connected edges. By default we set output pin types to the union of the default input pin incident edge types, if it is dynamic and the default input exists.
Virtual Inheritance
- UPCGSettings::GetCurrentPinTypesID → UPCGLoadDataTableSettings::GetCurrentPinTypesID
| Name | GetCurrentPinTypesID |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGDataTableElement.h |
| Include Path | #include "Elements/IO/PCGDataTableElement.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/IO/PCGDataTableElement.cpp |
virtual FPCGDataTypeIdentifier GetCurrentPinTypesID
(
const UPCGPin * InPin
) const