Navigation
API > API/Plugins > API/Plugins/TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_SystemTypes.h |
| Include | #include "TG_SystemTypes.h" |
| Source | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Private/TG_Hash.cpp |
FName TG_MakeNameUniqueInCollection
(
FName CandidateName,
const TArray < FName > & Collection,
int32 RecursionCount
)
Remarks
Util function to validate that a name is unique in a collection and make a new candidate name if not It returns a FName equal to the Candidate if unique in the collection or a proposed edited candidate name which is unique