Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
Description
Bitwise union of the allowed types of each incident edge on pin. Returns None type if no common bits, or no edges. Use the BP function helpers to extract the types from the result.
| Name | BP_GetTypeUnionOfIncidentEdges |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
UFUNCTION (BlueprintCallable, Category="Settings|DynamicPins",
DisplayName="Get Type Union Of Incident Edges")
int32 BP_GetTypeUnionOfIncidentEdges
(
const FName & PinLabel
) const