UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetworkPhysicsComponent.h File Reference

Go to the source code of this file.

Classes

struct  TNetRewindHistory< DataType, bLegacyData >
 
struct  FNetworkPhysicsRewindDataProxy
 
struct  FNetworkPhysicsRewindDataInputProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataInputProxy >
 
struct  FNetworkPhysicsRewindDataRemoteInputProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataRemoteInputProxy >
 
struct  FNetworkPhysicsRewindDataStateProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataStateProxy >
 
struct  FNetworkPhysicsRewindDataImportantInputProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataImportantInputProxy >
 
struct  FNetworkPhysicsRewindDataImportantStateProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataImportantStateProxy >
 
struct  FNetworkPhysicsRewindDataDeltaSourceStateProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataDeltaSourceStateProxy >
 
struct  FNetworkPhysicsRewindDataDeltaSourceInputProxy
 
struct  TStructOpsTypeTraits< FNetworkPhysicsRewindDataDeltaSourceInputProxy >
 
struct  FNetworkPhysicsCallback
 
class  UNetworkPhysicsSystem
 
struct  FNetworkPhysicsPayload
 
struct  FNetworkPhysicsDataCollection
 
class  INetworkPhysicsInputState_External
 
class  TNetworkPhysicsInputState_External< InputType, StateType >
 
class  INetworkPhysicsInputState_Internal
 
class  TNetworkPhysicsInputState_Internal< InputType, StateType >
 
struct  FNetworkPhysicsData
 
struct  FNetworkPhysicsDataHelper
 
struct  TNetworkPhysicsDataHelper< DataType, bLegacyData >
 
class  UNetworkPhysicsComponent
 
struct  FAsyncNetworkPhysicsComponentInput
 
struct  FAsyncNetworkPhysicsComponentOutput
 
class  FAsyncNetworkPhysicsComponent
 

Namespaces

namespace  UE
 
namespace  UE::NetworkPhysicsUtils
 

Macros

#define DEBUG_NETWORK_PHYSICS_DELTASERIALIZATION   0
 

Functions

 DECLARE_MULTICAST_DELEGATE_OneParam (FOnPreProcessInputsInternal, const int32)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FOnPostProcessInputsInternal, const int32)
 
 DECLARE_MULTICAST_DELEGATE_TwoParams (FOnInjectInputsExternal, const int32, const int32)
 
int32 UE::NetworkPhysicsUtils::GetUpcomingServerFrame_External (UWorld *World)
 

Macro Definition Documentation

◆ DEBUG_NETWORK_PHYSICS_DELTASERIALIZATION

#define DEBUG_NETWORK_PHYSICS_DELTASERIALIZATION   0

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [1/2]

DECLARE_MULTICAST_DELEGATE_OneParam ( FOnPostProcessInputsInternal  ,
const int32   
)

◆ DECLARE_MULTICAST_DELEGATE_OneParam() [2/2]

DECLARE_MULTICAST_DELEGATE_OneParam ( FOnPreProcessInputsInternal  ,
const int32   
)

◆ DECLARE_MULTICAST_DELEGATE_TwoParams()

DECLARE_MULTICAST_DELEGATE_TwoParams ( FOnInjectInputsExternal  ,
const int32  ,
const int32   
)