Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Node
Description
Check that a candidate Pin's alias name is unique in the Node's Pins And in the Graph's Param Pins if it is a Param. If not edit it to propose a unique name that could work return the CandidateName as is or the modified version This is meant to be used from within the Pin::SetAliasName call or when a new pin is allocated to make sure its default alias name doesn't collide in the scope of the node or of the graph if it is a param
| Name | ValidateGeneratePinAliasName |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Node.h |
| Include Path | #include "TG_Node.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Node.cpp |
FName ValidateGeneratePinAliasName
(
FName CandidateName,
const FTG_Id & PinId
) const