FTimespan::Ratio

Ratio between two time spans (handles zero values).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Timespan.h

Include

#include "Misc/Timespan.h"

Syntax

static double Ratio
(
    FTimespan Dividend,
    FTimespan Divisor
)

Remarks

Ratio between two time spans (handles zero values).

Returns

The quotient, i.e. Dividend / Divisor.

Parameters

Parameter

Description

Dividend

The dividend.

Divisor

The divisor.

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