LeviLamina
Loading...
Searching...
No Matches
ClientPlayerRewindSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntityContext;
10// clang-format on
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static ::TickingSystemWithInfo accumulateHistoryChangesSystem();
17
19 ::ReplayStateTrackerComponent const& postSimulationState,
20 ::EntityContext& liveData
21 );
22
23 MCNAPI static ::TickingSystemWithInfo discardHistoryChangesSystem();
24 // NOLINTEND
25};
Definition ClientPlayerRewindSystem.h:12
static MCAPI void applyHistoryChangesToLiveEntity(::ReplayStateTrackerComponent const &postSimulationState, ::EntityContext &liveData)
static MCAPI ::TickingSystemWithInfo discardHistoryChangesSystem()
static MCAPI ::TickingSystemWithInfo accumulateHistoryChangesSystem()
Definition EntityContext.h:16
Definition ReplayStateTrackerComponent.h:8
Definition TickingSystemWithInfo.h:13