Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Description
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.
| Name | CallServerRPC |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void CallServerRPC
(
DriverType * Driver
)