Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TEnableIf< bEnable >::Type PhysicsNetSend
(
const FNetSerializeParams& P, |
PhysicsNetSend | NetworkPredictionDriver.h | |
static TEnableIf::Type PhysicsNetSend
(
const FNetSerializeParams& P, |
NetworkPredictionDriver.h |
PhysicsNetSend(const FNetSerializeParams &, DriverType *)
Description
PhysicsNetSend
| Name | PhysicsNetSend |
| 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 PhysicsNetSend
(
const FNetSerializeParams & P,
DriverType * Driver
)
PhysicsNetSend(const FNetSerializeParams &, DriverType *)
| Name | PhysicsNetSend |
| 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 PhysicsNetSend
(
const FNetSerializeParams & P,
DriverType * Driver
)