FParticleUtilities_ActorSpace::GetVelocityAtCoMRelativePosition

Get the velocity at point 'RelPos', where 'RelPos' is a world-space position relative to the Particle's center of mass.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Particle/ParticleUtilities.h

Include

#include "Chaos/Particle/ParticleUtilities.h"

Syntax

template<typename T_PARTICLEHANDLE>
static FVec3 GetVelocityAtCoMRelativePosition
(
    T_PARTICLEHANDLE Particle,
    const FVec3 & RelPos
)

Remarks

Get the velocity at point 'RelPos', where 'RelPos' is a world-space position relative to the Particle's center of mass.

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