FTimespan

Overload list

Windows
MacOS
Linux
Name Description

Public function

FTimespan()

Default constructor (no initialization).

Public function

FTimespan

(
    int64 InTicks
)

Create and initialize a new time interval with the specified number of ticks.

Public function

FTimespan

(
    int32 Hours,
    int32 Minutes,
    int32 Seconds
)

Create and initialize a new time interval with the specified number of hours, minutes and seconds.

Public function

FTimespan

(
    int32 Days,
    int32 Hours,
    int32 Minutes,
    int32 Seconds
)

Create and initialize a new time interval with the specified number of days, hours, minutes and seconds.

Public function

FTimespan

(
    int32 Days,
    int32 Hours,
    int32 Minutes,
    int32 Seconds,
    int32 FractionNano
)

Create and initialize a new time interval with the specified number of days, hours, minutes and seconds.

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