![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Variables | |
| constexpr int64 | MaxTicks = 9223372036854775807 |
| constexpr int64 | MinTicks = -9223372036854775807 - 1 |
| constexpr int64 | NanosecondsPerTick = 100 |
| constexpr int64 | TicksPerDay = 864000000000 |
| constexpr int64 | TicksPerHour = 36000000000 |
| constexpr int64 | TicksPerMicrosecond = 10 |
| constexpr int64 | TicksPerMillisecond = 10000 |
| constexpr int64 | TicksPerMinute = 600000000 |
| constexpr int64 | TicksPerSecond = 10000000 |
| constexpr int64 | TicksPerWeek = 6048000000000 |
| constexpr int64 | TicksPerYear = 365 * TicksPerDay |
Time span related constants.
The maximum number of ticks that can be represented in FTimespan.
The minimum number of ticks that can be represented in FTimespan.
The number of nanoseconds per tick.
The number of timespan ticks per day.
The number of timespan ticks per hour.
The number of timespan ticks per microsecond.
The number of timespan ticks per millisecond.
The number of timespan ticks per minute.
The number of timespan ticks per second.
The number of timespan ticks per week.
|
inlineconstexpr |
The number of timespan ticks per year (365 days, not accounting for leap years).