UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FrameNumber.cpp File Reference

Functions

FArchiveoperator<< (FArchive &Ar, FFrameNumber &FrameNumber)
 

Function Documentation

◆ operator<<()

FArchive & operator<< ( FArchive Ar,
FFrameNumber FrameNumber 
)

Serializes the given FrameNumber from or into the specified archive.

Parameters
ArThe archive to serialize from or into.
FrameNumberThe bound to serialize.
Returns
The archive used for serialization.