Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Pulls input from ServerRecvData. E.g: server side input buffering.
| Name | TRemoteInputService |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Input.inl |
| Include Path | #include "Services/NetworkPredictionService_Input.inl" |
Syntax
template<typename InModelDef>
class TRemoteInputService : public IInputService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRemoteInputService
(
TModelDataStore< ModelDef >* InDataStore |
Structs
| Name | Remarks |
|---|---|
| FInstance |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterInstance
(
FNetworkPredictionID ID |
|||
void UnregisterInstance
(
FNetworkPredictionID ID |
Overridden from IInputService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ProduceInput
(
int32 DeltaTimeMS |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetMaxFaultLimit
(
int32 InMaxFaultLimit |