FTimespan::Serialize

Serialize this time span from or into the specified archive.

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.

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