Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintBaseElement
Description
If Dynamic Pins is enabled in the BP settings, override this function to provide the type for the given pin. You can use "GetTypeUnionOfIncidentEdges" from the settings to get the union of input types on a given pin. Use the bitwise OR to combine multiple types together.
| Name | DynamicPinTypesOverride |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Blueprint/PCGBlueprintBaseElement.h |
| Include Path | #include "Elements/Blueprint/PCGBlueprintBaseElement.h" |
UFUNCTION (BlueprintNativeEvent, Category="PCG|Node Customization")
int32 DynamicPinTypesOverride
(
const UPCGSettings * InSettings,
const UPCGPin * InPin
) const