Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TEnableIf< bEnable >::Type PerformPhysicsRollback
(
DriverType* Driver, |
PerformPhysicsRollback | NetworkPredictionDriver.h | |
static TEnableIf::Type PerformPhysicsRollback
(
DriverType* Driver, |
NetworkPredictionDriver.h |
PerformPhysicsRollback(DriverType *, TConditionalState< PhysicsState > &)
Description
PerformPhysicsRollback
| Name | PerformPhysicsRollback |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
template<bool bEnable>
static TEnableIf < bEnable >::Type PerformPhysicsRollback
(
DriverType * Driver,
TConditionalState < PhysicsState > & RecvState
)
PerformPhysicsRollback(DriverType *, TConditionalState< PhysicsState > &)
| Name | PerformPhysicsRollback |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
template<bool bEnable>
static TEnableIf <!bEnable >::Type PerformPhysicsRollback
(
DriverType * Driver,
TConditionalState < PhysicsState > & RecvState
)