| 14 | bool IsPCGExAttribute(const FText& InText) { return IsPCGExAttribute(InText.ToString()); } |
| 15 | |
| 16 | bool IsValidName(const FName Name) { return FPCGMetadataAttributeBase::IsValidName(Name) && !Name.IsNone(); } |
| 17 | |
| 18 | FString StringTagFromName(const FName Name) |
| 19 | { |
no outgoing calls
no test coverage detected