UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition PerParticleEulerStepVelocity.h:11
void Apply(FDynamicParticles &InParticles, const FReal Dt, const int32 Index) const override
Definition PerParticleEulerStepVelocity.h:22
void Apply(TRigidParticles< FReal, 3 > &InParticles, const FReal Dt, const int32 Index) const override
Definition PerParticleEulerStepVelocity.h:29
FPerParticleEulerStepVelocity()
Definition PerParticleEulerStepVelocity.h:13
void Apply(TTransientPBDRigidParticleHandle< FReal, 3 > &Particle, const FReal Dt) const override
Definition PerParticleEulerStepVelocity.h:45
void ApplyHelper(T_PARTICLES &InParticles, const FReal Dt, const int32 Index) const
Definition PerParticleEulerStepVelocity.h:17
virtual ~FPerParticleEulerStepVelocity()
Definition PerParticleEulerStepVelocity.h:14
Definition PerParticleRule.h:18
Definition DynamicParticles.h:11
Definition ParticleHandle.h:987
Definition RigidParticles.h:78