Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Time
Returns true if a timer exists and is paused for the given handle, false otherwise.
Target is Kismet System Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Handle | The handle of the timer to check whether it is paused. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if the timer exists and is paused. |