FTimespan::FTimespan

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Timespan.h"

Syntax

FTimespan
(
    int64 InTicks
)

Remarks

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

For better readability, consider using MinValue, MaxValue and Zero.

Parameters

Parameter

Description

Ticks

The number of ticks.

See Also

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