Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UNetworkPhysicsSettingsComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsSettingsComponent.h |
| Include | #include "Physics/NetworkPhysicsSettingsComponent.h" |
Syntax
UCLASS (BlueprintType, Meta=(BlueprintSpawnableComponent))
class UNetworkPhysicsSettingsComponent : public UActorComponent
Remarks
Struct FNetworkPhysicsSettingsRewindData {
};
struct FNetworkPhysicsSettingsRenderInterpolation {
};
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNetworkPhysicsSettings | GeneralSettings | ||
| FNetworkPhysicsSettingsPredictiveInterpolation | PredictiveInterpolationSettings | ||
| FNetworkPhysicsSettingsResimulation | ResimulationSettings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | BeginPlay () |
Begins Play for the component. | |
| void | Initializes the component. | ||
| void | Handle this component being Uninitialized. |