unreal.NetworkPhysicsSettingsPredictiveInterpolation

class unreal.NetworkPhysicsSettingsPredictiveInterpolation

Bases: StructBase

Network Physics Settings Predictive Interpolation

C++ Source:

  • Module: Engine

  • File: NetworkPhysicsSettingsComponent.h

Editor Properties: (see get_editor_property/set_editor_property)

  • disable_soft_snap (bool): [Read-Write]

  • override_disable_soft_snap (bool): [Read-Write] np2.PredictiveInterpolation.DisableSoftSnap

  • override_pos_correction_time_base (bool): [Read-Write] np2.PredictiveInterpolation.PosCorrectionTimeBase

  • override_pos_correction_time_min (bool): [Read-Write] np2.PredictiveInterpolation.PosCorrectionTimeMin

  • override_pos_correction_time_multiplier (bool): [Read-Write] np2.PredictiveInterpolation.PosCorrectionTimeMultiplier

  • override_pos_interpolation_time_multiplier (bool): [Read-Write] np2.PredictiveInterpolation.InterpolationTimeMultiplier

  • override_post_resim_wait_for_update (bool): [Read-Write] np2.PredictiveInterpolation.PostResimWaitForUpdate

  • override_rot_correction_time_base (bool): [Read-Write] np2.PredictiveInterpolation.RotCorrectionTimeBase

  • override_rot_correction_time_min (bool): [Read-Write] np2.PredictiveInterpolation.RotCorrectionTimeMin

  • override_rot_correction_time_multiplier (bool): [Read-Write] np2.PredictiveInterpolation.RotCorrectionTimeMultiplier

  • override_rot_interpolation_time_multiplier (bool): [Read-Write] np2.PredictiveInterpolation.RotInterpolationTimeMultiplier

  • override_skip_velocity_rep_on_pos_early_out (bool): [Read-Write] np2.PredictiveInterpolation.SkipVelocityRepOnPosEarlyOut

  • override_soft_snap_pos_strength (bool): [Read-Write] np2.PredictiveInterpolation.SoftSnapPosStrength

  • override_soft_snap_rot_strength (bool): [Read-Write] np2.PredictiveInterpolation.SoftSnapRotStrength

  • override_soft_snap_to_source (bool): [Read-Write] np2.PredictiveInterpolation.SoftSnapToSource

  • pos_correction_time_base (float): [Read-Write]

  • pos_correction_time_min (float): [Read-Write]

  • pos_correction_time_multiplier (float): [Read-Write]

  • pos_interpolation_time_multiplier (float): [Read-Write]

  • post_resim_wait_for_update (bool): [Read-Write]

  • rot_correction_time_base (float): [Read-Write]

  • rot_correction_time_min (float): [Read-Write]

  • rot_correction_time_multiplier (float): [Read-Write]

  • rot_interpolation_time_multiplier (float): [Read-Write]

  • skip_velocity_rep_on_pos_early_out (bool): [Read-Write]

  • soft_snap_pos_strength (float): [Read-Write]

  • soft_snap_rot_strength (float): [Read-Write]

  • soft_snap_to_source (bool): [Read-Write]