Unreal Engine Blueprint API Reference > Utilities > Time
Returns true is a timer for the given handle exists, false otherwise.
Target is Kismet System Library
Inputs
Type | Name | Description |
---|---|---|
struct | Handle | The handle to check whether it exists. |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | True if the timer exists. |