21 ::ll::TypedStorage<1, 1, bool> mForceCorrection;
22 ::ll::TypedStorage<1, 1, bool> mShouldReportNextCorrectionTelemetry;
23 ::ll::TypedStorage<1, 1, bool> mIsCorrectionTelemetryEnabled;
24 ::ll::TypedStorage<1, 1, uchar> mDivergenceCounter;
25 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActorHistory>> mHistory;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IReplayStatePolicy>> mPolicy;
27 ::ll::TypedStorage<8, 8, uint64> mCurrentTick;
38 MCAPI ::AdvanceFrameResult _applyCorrection(
39 ::std::shared_ptr<::IMovementCorrection> correction,
41 uint64 destinationTimestamp,
45 MCAPI ::ReplayCorrectionResult
46 applyFrameCorrection(
::Actor& actor, ::std::shared_ptr<::IMovementCorrection> correction, uint64 frame);
Definition ActorHistory.h:10