Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetworkPhysicsDataHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyData
(
const FNetworkPhysicsDataCollection& From, |
Copy data from the networked data collection to the rewind history | Physics/NetworkPhysicsComponent.h | |
void CopyData
(
const Chaos::FBaseRewindHistory* From, |
Copy data from the rewind history to the networked data collection | Physics/NetworkPhysicsComponent.h |
CopyData(const FNetworkPhysicsDataCollection &, Chaos::FBaseRewindHistory *)
Description
Copy data from the networked data collection to the rewind history
| Name | CopyData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsComponent.h |
| Include Path | #include "Physics/NetworkPhysicsComponent.h" |
void CopyData
(
const FNetworkPhysicsDataCollection & From,
Chaos::FBaseRewindHistory * To
)
CopyData(const Chaos::FBaseRewindHistory *, FNetworkPhysicsDataCollection &)
Description
Copy data from the rewind history to the networked data collection
| Name | CopyData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsComponent.h |
| Include Path | #include "Physics/NetworkPhysicsComponent.h" |
void CopyData
(
const Chaos::FBaseRewindHistory * From,
FNetworkPhysicsDataCollection & To
)