FClothingSimulationSolver::SetReferenceVelocityScale

Set the amount of velocity allowed to filter from the given change in reference space transform, including local simulation space.

Windows
MacOS
Linux

References

Module

ChaosCloth

Header

/Engine/Plugins/Experimental/ChaosCloth/Source/Chaos/Public/ChaosCloth/ChaosClothingSimulationSolver.h

Include

#include "ChaosCloth/ChaosClothingSimulationSolver.h"

Source

/Engine/Plugins/Experimental/ChaosCloth/Source/Chaos/Private/ChaosCloth/ChaosClothingSimulationSolver.cpp

Syntax

void SetReferenceVelocityScale
(
    uint32 GroupId,
    const FRigidTransform3 & OldReferenceSpaceTransform,
    const FRigidTransform3 & ReferenceSpaceTransform,
    const FVec3 & LinearVelocityScale,
    FReal AngularVelocityScale,
    FReal FictitiousAngularScale
)

Remarks

Set the amount of velocity allowed to filter from the given change in reference space transform, including local simulation space.

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