IServerRPCService

The ServerRPCService's job is to tell the Driver to call the Server RPC that sends InputCmds upstream.

Windows
MacOS
Linux

Inheritance Hierarchy

IServerRPCService

TServerRPCService

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_ServerRPC.inl

Include

#include "Services/NetworkPredictionService_ServerRPC.inl"

Syntax

class IServerRPCService

Remarks

The ServerRPCService's job is to tell the Driver to call the Server RPC that sends InputCmds upstream. This happens every frame on autonomous proxy clients.

The implementation here is very basic. It may make sense to have some scalability at this level, options for throttling send rate, etc.

Destructors

Name Description

Public function Virtual

~IServerRPCService()

Functions

Name Description

Public function

void

 

CallServerRPC

(
    float DeltaTimeSeconds
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss