| 8 | namespace PCGEx |
| 9 | { |
| 10 | bool IsPCGExAttribute(const FString& InStr) { return InStr.StartsWith(PCGExPrefix); } |
| 11 | |
| 12 | bool IsPCGExAttribute(const FName InName) { return IsPCGExAttribute(InName.ToString()); } |
| 13 |
no outgoing calls
no test coverage detected