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 (BlueprintPure,
Meta=(DisplayName="Is Timer Paused by Handle", ScriptName="IsTimerPausedHandle", WorldContext="WorldContextObject"),
Category="Utilities|Time")
static bool K2_IsTimerPausedHandle
(
const UObject * WorldContextObject,
FTimerHandle Handle
)
Remarks
Returns true if a timer exists and is paused for the given handle, false otherwise. True if the timer exists and is paused.
Parameters
| Name | Description |
|---|---|
| Handle | The handle of the timer to check whether it is paused. |