Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TPhysicsService |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Physics.inl |
| Include Path | #include "Services/NetworkPredictionService_Physics.inl" |
Syntax
template<typename InModelDef>
class TPhysicsService : public IPhysicsService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPhysicsService
(
TModelDataStore< ModelDef >* InDataStore |
Enums
Public
| Name | Remarks |
|---|---|
| TPhysicsService |
Typedefs
| 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 IPhysicsService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EnsureDataInSync
(
const TCHAR* ContextStr |
|||
virtual void PostNetworkPredictionFrame
(
const FFixedTickState* TickState |
|||
virtual void PostPhysics() |
|||
virtual void PostResimulate
(
const FFixedTickState* TickState |