Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetSystemLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
Include | #include "Kismet/KismetSystemLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static double GetGameTimeInSeconds
&40;
const UObject &42; WorldContextObject
&41;
Remarks
Get the current game time, in seconds. This stops when the game is paused and is affected by slomo.
Parameters
Name | Description |
---|---|
WorldContextObject | World context |