![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetworkPhysicsComponent.h>
Inheritance diagram for TNetworkPhysicsDataHelper< DataType, bLegacyData >:Helper for the creation of state / input data and history with correct derived type
|
default |
|
inlineoverridevirtual |
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Copy data from the rewind history to the networked data collection and only copy data that has been altered since it was created (i.e. the client created an input that the server later altered)
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Copy data from the rewind history to the networked data collection
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Copy data from the networked data collection to the rewind history
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Copy data from the networked data collection to the rewind history and store the data ordered instead of circular and grow the history to fit all unique data
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Copy data from the rewind history to the networked data collection and only copy data that is newer than the already existing data in the data collection
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Implements FNetworkPhysicsDataHelper.
|
inlinevirtual |
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Call the ValidateData callback on the external implementation interface for data in the provided rewind history
Implements FNetworkPhysicsDataHelper.
|
inlineoverridevirtual |
Call the ValidateData callback on the internal implementation interface for data in the provided rewind history
Implements FNetworkPhysicsDataHelper.