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;
40 ::std::shared_ptr<::IMovementCorrection> correction,
42 uint64 destinationTimestamp,
46 MCNAPI ::ReplayCorrectionResult
Definition ActorHistory.h:10