Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Timespan.h File Reference
#include "CoreTypes.h"
#include "Math/Interval.h"
#include "Math/UnrealMathUtility.h"
#include "Misc/AssertionMacros.h"
+ Include dependency graph for Timespan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FTimespan
 
struct  TIntervalTraits< FTimespan >
 

Namespaces

namespace  ETimespan
 

Functions

FTimespan operator* (float Scalar, const FTimespan &Timespan)
 

Variables

constexpr int64 ETimespan::MaxTicks = 9223372036854775807
 
constexpr int64 ETimespan::MinTicks = -9223372036854775807 - 1
 
constexpr int64 ETimespan::NanosecondsPerTick = 100
 
constexpr int64 ETimespan::TicksPerDay = 864000000000
 
constexpr int64 ETimespan::TicksPerHour = 36000000000
 
constexpr int64 ETimespan::TicksPerMicrosecond = 10
 
constexpr int64 ETimespan::TicksPerMillisecond = 10000
 
constexpr int64 ETimespan::TicksPerMinute = 600000000
 
constexpr int64 ETimespan::TicksPerSecond = 10000000
 
constexpr int64 ETimespan::TicksPerWeek = 6048000000000
 
constexpr int64 ETimespan::TicksPerYear = 365 * TicksPerDay
 

Function Documentation

◆ operator*()

FTimespan operator* ( float Scalar,
const FTimespan & Timespan )
inline

Pre-multiply a time span with the given scalar.

Parameters
ScalarThe scalar to pre-multiply with.
TimespanThe time span to multiply.

Definition at line 815 of file Timespan.h.

+ Here is the call graph for this function: