FTimespan::FTimespan

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

Choose your operating system:

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