Timespan

Timespan

Windows
MacOS
Linux
On this page

Actions

Break Timespan

Breaks a Timespan into its components

Target is Kismet Math Library

Break Timespan 2

Breaks a Timespan into its components

Target is Kismet Math Library

Equal (Timespan)

Returns true if the values are equal (A == B)

Target is Kismet Math Library

FromDays

Returns a time span that represents the specified number of days

Target is Kismet Math Library

FromHours

Returns a time span that represents the specified number of hours

Target is Kismet Math Library

FromMilliseconds

Returns a time span that represents the specified number of milliseconds

Target is Kismet Math Library

FromMinutes

Returns a time span that represents the specified number of minutes

Target is Kismet Math Library

FromSeconds

Returns a time span that represents the specified number of seconds

Target is Kismet Math Library

GetDays

Returns the days component of A

Target is Kismet Math Library

GetDuration

Returns the absolute value of A

Target is Kismet Math Library

GetHours

Returns the hours component of A

Target is Kismet Math Library

GetMilliseconds

Returns the milliseconds component of A

Target is Kismet Math Library

GetMinutes

Returns the minutes component of A

Target is Kismet Math Library

GetSeconds

Returns the seconds component of A

Target is Kismet Math Library

GetTotalDays

Returns the total number of days in A

Target is Kismet Math Library

GetTotalHours

Returns the total number of hours in A

Target is Kismet Math Library

GetTotalMilliseconds

Returns the total number of milliseconds in A

Target is Kismet Math Library

GetTotalMinutes

Returns the total number of minutes in A

Target is Kismet Math Library

GetTotalSeconds

Returns the total number of seconds in A

Target is Kismet Math Library

Make Timespan

Makes a Timespan struct

Target is Kismet Math Library

Make Timespan 2

Makes a Timespan struct

Target is Kismet Math Library

MaxValue

Returns the maximum time span value

Target is Kismet Math Library

MinValue

Returns the minimum time span value

Target is Kismet Math Library

Not Equal (Timespan)

Returns true if the values are not equal (A != B)

Target is Kismet Math Library

Timespan - Timespan

Subtraction (A - B)

Target is Kismet Math Library

Timespan > Timespan

Returns true if A is greater than B (A > B)

Target is Kismet Math Library

Timespan >= Timespan

Returns true if A is greater than or equal to B (A >= B)

Target is Kismet Math Library

Timespan < Timespan

Returns true if A is less than B (A < B)

Target is Kismet Math Library

Timespan <= Timespan

Returns true if A is less than or equal to B (A <= B)

Target is Kismet Math Library

Timespan * float

Scalar multiplication (A * s)

Target is Kismet Math Library

Timespan / float

Scalar division (A / s)

Target is Kismet Math Library

Timespan + Timespan

Addition (A + B)

Target is Kismet Math Library

Timespan from String

Converts a time span string to a Timespan object

Target is Kismet Math Library

TimespanRatio

Returns the ratio between two time spans (A / B), handles zero values

Target is Kismet Math Library

ZeroValue

Returns a zero time span value

Target is Kismet Math Library

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss