Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
Include |
#include "Kismet/KismetSystemLibrary.h" |
Source |
/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static void
K2_UnPauseTimerHandle
(
const UObject
* WorldContextObject,
FTimerHandle
Handle
)
Resumes a paused timer from its current elapsed time.
Parameter |
Description |
---|---|
Handle |
The handle of the timer to unpause. |