TRepController_Empty::PreSimTick

Called prior to input processing. This function must update Ticker to allow simulation time (from TickParameters) and to possibly get new input.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelRepControllers.h"

Syntax

void PreSimTick
(
    TDriver * Driver,
    TNetworkSimBufferContainer< Model > & Buffers,
    TSimulationTicker< TTickSettings > & Ticker,
    const FNetSimTickParameters & TickParameters
)

Remarks

Called prior to input processing. This function must update Ticker to allow simulation time (from TickParameters) and to possibly get new input.

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