Thanks for pointing that out. That’s drawn from a code comment, so we’ll look around to see who knows about that system, and then update or remove the comment as appropriate.
Update: 's the new URL. I’ll put this into code today, but it may take a little time to work its way out to the public binaries.
This looks OK in my Chrome browser, I’m not seeing the issue in the screenshot you posted (and thank you for posting a screenshot, it makes things a lot easier). I have seen some occasions when a page loads wrong and needs a refresh. Are you seeing this issue consistently, or might it have been a one-off? Please let us know, and thanks for reporting!
Nevermind, the issue was in enabled AdGuard which for some reason move bottom line copyright notice over the content panel.
with adguard - https://puu.sh/uY2rx.png without adguard - http://puu.sh/v0dSS.png
It doesn’t matter, just turn it off. But now you have a new row in default troubleshoot list “Do you have any third party plugins which may affect the content of a page, like AdBlock”.
The text states “Because the Create Save Game Object node creates a generic SaveGame object copy, you have to drag off of the Return Value pin and Cast to MySaveGame”. This is no longer true in 4.15, where the Create Save Game Object node returns the selected class directly. The cast is thus unnecessary. In addition to updating the text, several of the images needs to be redone to reflect the change.
Towards the end of the page the following is stated:
“The texture streamer cannot automatically fit different memory budgets without the hassle of manual tweaks.”
I’m pretty sure the intent was to write “can automatically” .
About the IWYU changes. On this page, can you please make a director to the api, so that people on the answerhub stop posting answers about “My C++ tutorial X is giving me an pointer to incomplete class” error? Many of the answerhub questions are about finding a specific header. <3
That is something a added on the community wiki. We don’t currently have the bandwidth to maintain community generated content like this, but we encourage all community members to participate in keeping things up to date or calling out when they are not. Since it is a community wiki, anyone can edit the pages to update them.
Missing important information: optional socket name will only correctly be resolved for sockets in the root component of the parent actor. Sockets in non root components of the parent are not working correctly.
Not sure if this is intended but at least it should be documented Given the fact that collision components have to be root component I guess the Socket Name option is practically pretty useless because normally sockets or not in the root component.