FNetSerializeParams

The parameters for NetSerialize that are passed around the system. Everything should use this, expecting to have to add more.

Choose your operating system:

Windows

macOS

Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionReplicationProxy.h"

Syntax

struct FNetSerializeParams

Remarks

The parameters for NetSerialize that are passed around the system. Everything should use this, expecting to have to add more.

Variables

Name Description

Public variable

FArchive &

 

Ar

Constructors

Name Description

Public function

FNetSerializeParams

(
    FArchive& InAr
)