Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/FGenericPlatformTime
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h |
Include | #include "GenericPlatform/GenericPlatformTime.h" |
Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformTime.cpp |
static FString PrettyTime
&40;
double Seconds
&41;
Remarks
Returns a pretty-string for a time given in seconds. (I.e. "4:31 min", "2:16:30 hours", etc) Time in a pretty formatted string
Parameters
Name | Description |
---|---|
Seconds | Time in seconds |