Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionReplicationProxy.h |
| Include | #include "NetworkPredictionReplicationProxy.h" |
Syntax
USTRUCT&40;&41;
struct FReplicationProxy
Remarks
Redirects NetSerialize to a dynamically set NetSerializeFunc. This is how we hook into the replication systems role-based serialization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< void(const FNetSerializeParams &P)> | NetSerializeFunc | ||
| FNetworkPredictionProxy * | NetSimProxy |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Identical
(
const FReplicationProxy* Other, |
||
| void | Init
(
FNetworkPredictionProxy* InNetSimProxy, |
||
| bool | NetSerialize
(
FArchive& Ar, |
||
| void |