Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Time
Returns whether the timer handle is valid. This does not indicate that there is an active timer that this handle references, but rather that it once referenced a valid timer.
Target is Kismet System Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Handle | The handle of the timer to check validity of. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | Whether the timer handle is valid. |