Unreal Engine Blueprint API Reference > Utilities > Time
Returns elapsed time for the given handle (time since current countdown iteration began).
Target is Kismet System Library
Inputs
Type | Name | Description |
---|---|---|
struct | Handle | The handle of the timer to get the elapsed time of. |
Outputs
Type | Name | Description |
---|---|---|
real | Return Value | How long has elapsed since the current iteration of the timer began. |