Filtering out URL by string

I’m not 100% what you want to do, so I’ll assume you want to selectivly choose what you print out to the console log. In that case, just wrap your log statements in an if which either uses something like FString::Contains(TEXT(“MyText”)) or for more complex cases, use RegEx:

https://api.unrealengine.com/INT/API/Runtime/Core/Internationalization/FRegexMatcher/__ctor/index.html