Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Auxiliary state that is input into the simulation. Doesn't change during the simulation tick. (It can change and even be predicted but doing so will trigger more bookeeping, etc. Changes will happen "next tick")
| Name | FMockAuxState |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockNetworkSimulation.h |
| Include Path | #include "MockNetworkSimulation.h" |
Syntax
struct FMockAuxState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Multiplier | float | MockNetworkSimulation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Interpolate
(
const FMockAuxState* From, |
MockNetworkSimulation.h | ||
void NetSerialize
(
const FNetSerializeParams& P |
MockNetworkSimulation.h | ||
bool ShouldReconcile
(
const FMockAuxState& Authority |
MockNetworkSimulation.h | ||
void ToString
(
FAnsiStringBuilderBase& Out |
MockNetworkSimulation.h |