Unreal Engine Blueprint API Reference > Math > Timespan
Returns the ratio between two time spans (A / B), handles zero values
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | A | |
struct | B |
Outputs
Type | Name | Description |
---|---|---|
real | Return Value | Returns the ratio between two time spans (A / B), handles zero values |