FMockAuxState

Auxiliary state that is input into the simulation.

Windows
MacOS
Linux

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockNetworkSimulation.h

Include

#include "MockNetworkSimulation.h"

Syntax

struct FMockAuxState

Remarks

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")

Variables

Name Description

Public variable

float

 

Multiplier

Functions

Name Description

Public function

void

 

Interpolate

(
    const FMockAuxState* From,
    const FMockAuxState* To,
    float PCT
)

Public function

void

 

NetSerialize

(
    const FNetSerializeParams& P
)

Public function Const

bool

 

ShouldReconcile

(
    const FMockAuxState& Authority
)

Public function Const

void

 

ToString

(
    FAnsiStringBuilderBase& Out
)

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