FTimespan::Serialize

Serialize this time span from or into the specified archive.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Misc/Timespan.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp

Syntax

bool Serialize
(
    FArchive & Ar
)

Remarks

Serialize this time span from or into the specified archive.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Ar

The archive to serialize from or into.