TPerParticleDampVelocity

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PerParticleDampVelocity.h

Include

#include "Chaos/PerParticleDampVelocity.h"

Syntax

template<class T, int d>
class TPerParticleDampVelocity : public Chaos::TPerParticleRule< T, d >

Variables

Name Description

Protected variable

T

 

MCoefficient

Constructors

Name Description

Public function

TPerParticleDampVelocity

(
    const T Coefficient
)

Destructors

Name Description

Public function Virtual

~TPerParticleDampVelocity()

Functions

Name Description

Public function Const

void

 

Apply

(
    TDynamicParticles< T, d >& InParti...,
    const T Dt,
    const int32 Index
)

Public function Const

void

 

Apply

(
    TRigidParticles< T, d >& InParticl...,
    const T Dt,
    const int32 Index
)

Protected function Const

void

 

ApplyHelper

(
    T_PARTICLES& InParticles,
    const T Dt,
    const int32 Index
)

Public function

void

 

UpdatePositionBasedState

(
    const T_PARTICLES& InParticles
)

Public function

void

 

UpdatePositionBasedState

(
    const T_PARTICLES& InParticles,
    const TArray< int32 >& InActiveInd...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss