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