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 |
UFUNCTION (BlueprintCallable,
Meta=(DisplayName="Unpause Timer by Handle", ScriptName="UnPauseTimerHandle", WorldContext="WorldContextObject"),
Category="Utilities|Time")
static void K2_UnPauseTimerHandle
(
const UObject * WorldContextObject,
FTimerHandle Handle
)
Remarks
Resumes a paused timer from its current elapsed time.
Parameters
| Name | Description |
|---|---|
| Handle | The handle of the timer to unpause. |