FParticleUtilities_ActorSpace::SetCoMWorldTransform

Update the particle's position and rotation by specifying a new center of mass transform.

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 void SetCoMWorldTransform
(
    T_PARTICLEHANDLE Particle,
    const FVec3 & PCoM,
    const FRotation3 & QCoM
)

Remarks

Update the particle's position and rotation by specifying a new center of mass transform.

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