Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpression
Description
Deletes the pin of specified PinDirection and PinIndex. Should only be used if CanDeletePin returns true for that pin
Derived Overrides
| Name | DeletePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
| Include Path | #include "Materials/MaterialExpression.h" |
virtual void DeletePin
(
EEdGraphPinDirection PinDirection,
int32 PinIndex
)
Parameters
| Name | Remarks |
|---|---|
| PinDirection | direction of the pin |
| PinIndex | index of the pin |