FPointWeightMap::AreAnyBelowThreshold

Return whether one of the specified triangle has at least one point 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 AreAnyBelowThreshold
(
    const int32 Index0,
    const int32 Index1,
    const int32 Index2,
    const float Threshold
) const

Remarks

Return whether one of the specified triangle has at least one point 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