FNetworkPredictionSerialization::SerializeFrame

Helper to serialize an int32 frame as 8 bits. Returns the unpacked value (this will be same as input in the save path)

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSerialization.h

Include

#include "NetworkPredictionSerialization.h"

Syntax

static int32 SerializeFrame
(
    FArchive & Ar,
    int32 Frame,
    int32 RelativeFrame
)

Remarks

Helper to serialize an int32 frame as 8 bits. Returns the unpacked value (this will be same as input in the save path)

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