Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include | #include "NetworkPredictionDriver.h" |
static void CallServerRPC
&40;
DriverType &42; Driver
&41;
Remarks
CallServerRPC
Tells the driver to call the Server RPC to send InputCmds to the server. UNetworkPredictionComponent::CallServerRPC is the default implementation and shouldn't need to be defined by the user.