Can't find the Get Time C++ API documentation anymore

Hi all!

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:

(https://api.unrealengine.com/INT/BlueprintAPI/Utilities/Time/GetTimeSeconds/index.html)

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?

Best,

Brais

Yeah, surprising even Google has a hard time finding it, but here you go:
https://api.unrealengine.com/INT/API/Runtime/Engine/Engine/UWorld/GetTimeSeconds/index.html

1 Like

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.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms