Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
Inheritance Hierarchy
- FBaseRewindHistory
- TDatasRewindHistory
- TNetRewindHistory
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsComponent.h |
| Include | #include "Physics/NetworkPhysicsComponent.h" |
Syntax
template<typename DatasType>
struct TNetRewindHistory : public Chaos::TDatasRewindHistory< DatasType >
Remarks
Templated datas history holding a datas buffer
Constructors
| Type | Name | Description | |
|---|---|---|---|
TNetRewindHistory
(
const int32 FrameCount, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FBaseRewindHistory
| Type | Name | Description | |
|---|---|---|---|
| void | DebugDatas
(
const TArray< uint8 >& ArchiveDatas, |
Debug the datas from the archive | |
| void | DeserializeDatas
(
const TArray< uint8 >& ArchiveDatas, |
Deserialize the datas from the archive | |
| void | SerializeDatas
(
const uint32 StartFrame, |
Serialize the datas to the archive | |
| void | SetPackageMap
(
UPackageMap* InPackageMap |
Set the package map for serialization |
Typedefs
| Name | Description |
|---|---|
| Super |