UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Timespan.cpp File Reference
#include "Misc/Timespan.h"
#include "Containers/Array.h"
#include "Containers/UnrealString.h"
#include "HAL/PlatformString.h"
#include "Misc/CString.h"
#include "Serialization/Archive.h"
#include "Templates/TypeHash.h"
#include "UObject/PropertyPortFlags.h"

Functions

FArchiveoperator<< (FArchive &Ar, FTimespan &Timespan)
 
uint32 GetTypeHash (const FTimespan &Timespan)
 

Function Documentation

◆ GetTypeHash()

uint32 GetTypeHash ( const FTimespan Timespan)

Get the hash for the specified time span.

Parameters
TimespanThe timespan to get the hash for.
Returns
Hash value.

◆ operator<<()

FArchive & operator<< ( FArchive Ar,
FTimespan Timespan 
)

Serialize the given time span from or into the specified archive.

Parameters
ArThe archive to serialize from or into.
TimespanThe time span value to serialize.
Returns
The archive.