Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::GetCurrentTime()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
Include |
#include "Framework/Application/SlateApplication.h" |
virtual const double GetCurrentTime() const
Gets Slate's current cached real time.
This time value is updated every frame right before we tick widgets and is the recommended time value to use for UI animations and transitions, as opposed to calling FPlatformTime::Seconds() (which is generally slower)
The current Slate real time in seconds