I’ve tried looking for the documentation of Get Time seconds in C++ on the Unreal documentation, but the only results I was able to find was this website:
Which links to the information in blueprints. It’s a bit annoying that it is this difficult to find information on C++ on the Unreal documentation, am I missing something when searching for it? Have they changed the way the documentation works?
Thanks Pyro-GX, how did you manage to find it? I mean, just googling? Or is there a way to only search for C++ items inside the Unreal documentation? I know it sounds like a stupid question but at the moment even trying to access the Unreal Engine 4 documentation website throws the following error, at least to me:
And the search bar in their documentation website, when it was working, did let me search withing several categories (blueprints api, C++ section…) - but even searching withing the C++ side of the documentation was throwing results to blueprints.
Hmm, not sure about that error. I looked up the function by searching the engine code in VS, then Googled the name of the function along with the class it belonged to (UWorld). Using this method seems to improve search results for engine functions.