Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/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 float K2_GetTimerElapsedTimeHandle
&40;
const UObject &42; WorldContextObject,
FTimerHandle Handle
&41;
Remarks
Returns elapsed time for the given handle (time since current countdown iteration began). How long has elapsed since the current iteration of the timer began.
Parameters
| Name | Description |
|---|---|
| Handle | The handle of the timer to get the elapsed time of. |