Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
References
| Module | NetworkPredictionExtras |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockNetworkSimulation.h |
| Include | #include "MockNetworkSimulation.h" |
Syntax
struct FMockSyncState
Remarks
State we are evolving frame to frame and keeping in sync.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Total |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Interpolate
(
const FMockSyncState* From, |
||
| void | NetSerialize
(
const FNetSerializeParams& P |
||
| bool | ShouldReconcile
(
const FMockSyncState& AuthorityState |
Compare this state with AuthorityState. return true if a reconcile (correction) should happen. | |
| void | ToString
(
FAnsiStringBuilderBase& Out |