Skip to content

Commit

Permalink
Temporal solution for #58 Error correction data for replicating simul…
Browse files Browse the repository at this point in the history
…ated physics (rigid bodies)
  • Loading branch information
ufna committed Aug 24, 2018
1 parent 17f82ea commit 6eabb1c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,11 @@ class PSREALVEHICLEPLUGIN_API UPrvVehicleMovementComponent : public UPawnMovemen

//////////////////////////////////////////////////////////////////////////
// Custom physics handling

public:
/** @todo #58 Error correction data for replicating simulated physics (rigid bodies) */
UPROPERTY()
FOldRigidBodyErrorCorrection PhysicErrorCorrection;

public:
bool ConditionalApplyRigidBodyState(FRigidBodyState& UpdatedState, const FOldRigidBodyErrorCorrection& ErrorCorrection, FVector& OutDeltaPos, FName BoneName = NAME_None);
Expand Down

0 comments on commit 6eabb1c

Please sign in to comment.