FPointWeightMap::AreAllBelowThreshold

Return whether all of the specified triangle points have weight below (or equal) to the specified

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h

Include

#include "PointWeightMap.h"

Syntax

bool AreAllBelowThreshold
(
    const int32 Index0,
    const int32 Index1,
    const int32 Index2,
    const float Threshold
) const

Remarks

Return whether all of the specified triangle points have weight below (or equal) to the specified

Parameters

Parameter

Description

Threshold.

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