FWIW Google results seem to have broken down for me with these changes on all searches. When I search a c++ function name or blueprint node it almost never gives the docs anymore and will often just pull up random forum posts that mentioned the same keyword, even with exact quotes over the c++ identifier.
For instance if I search "TArray" ue5
I get as the first result:
https://community.gamedev.tv/t/ue5-c-how-to-use-tarrays/204903
Second result:
https://forums.unrealengine.com/t/create-an-array-with-c/608669
Third result (dev.epicgames so looks at a glance like maybe official, but then it’s just a community member tutorial entirely on YouTube):
An on and on. Nowhere on the entire first page of Google results gives me the member functions for TArrays like the old documentation pages that would always be first.
Edit to add: If you search any of the method names of TArray, you never get this page that actually documents them:
https://dev.epicgames.com/documentation/en-us/unreal-engine/API/Runtime/Core/Containers/TArray
It’s always snippit examples, forum discussion and videos and never the actual documentation.
The blueprint and editor exposed stuff is all gone from search engines now too. If you see a word in the Details panel and search it, it now never pulls up the documentation.