Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/MonotonicTime.h |
| Include | #include "Misc/MonotonicTime.h" |
Syntax
struct FMonotonicTimeSpan
Remarks
A span of time measured in seconds between two time points.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr |
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr FMonotonicTimeSpan | FromMilliseconds
(
double Milliseconds |
||
| constexpr FMonotonicTimeSpan | FromSeconds
(
double Seconds |
||
| constexpr FMonotonicTimeSpan | Infinity () |
||
| constexpr bool | IsInfinity () |
||
| bool | IsNaN () |
||
| constexpr bool | IsZero () |
||
| constexpr double | |||
| constexpr double | ToSeconds () |
||
| constexpr FMonotonicTimeSpan | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| constexpr FMonotonicTimeSpan | operator- () |
||
| constexpr FMonotonicTimeSpan | operator-
(
const FMonotonicTimeSpan Span |
||
| constexpr bool | operator!=
(
const FMonotonicTimeSpan Other |
||
| constexpr FMonotonicTimeSpan | operator+
(
const FMonotonicTimeSpan Span |
||
| constexpr FMonotonicTimeSpan | operator+ () |
||
| constexpr FMonotonicTimeSpan & | operator+=
(
const FMonotonicTimeSpan Span |
||
| constexpr bool | operator<
(
const FMonotonicTimeSpan Other |
||
| constexpr bool | operator<=
(
const FMonotonicTimeSpan Other |
||
| constexpr FMonotonicTimeSpan & | operator-=
(
const FMonotonicTimeSpan Span |
||
| constexpr bool | operator==
(
const FMonotonicTimeSpan Other |
||
| constexpr bool | operator>
(
const FMonotonicTimeSpan Other |
||
| constexpr bool | operator>=
(
const FMonotonicTimeSpan Other |