Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubgraphSettings
Description
Can override to add a custom icon next to the pin label (and an optional tooltip). Return false if no override is available.
Virtual Inheritance
- UPCGSettings::GetPinExtraIcon → UPCGSubgraphSettings::GetPinExtraIcon
Derived Overrides
| Name | GetPinExtraIcon |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include Path | #include "PCGSubgraph.h" |
virtual bool GetPinExtraIcon
(
const UPCGPin * InPin,
FName & OutExtraIcon,
FText & OutTooltip
) const