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 |
UFUNCTION (BlueprintPure,
Meta=(DisplayName="Get Timer Elapsed Time by Handle", ScriptName="GetTimerElapsedTimeHandle", WorldContext="WorldContextObject"),
Category="Utilities|Time")
static float K2_GetTimerElapsedTimeHandle
(
const UObject * WorldContextObject,
FTimerHandle Handle
)
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. |