FPointWeightMap::IsBelowThreshold

Return whether the specified point weight is below (or equal) to the specified threshold.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

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

Include

#include "PointWeightMap.h"

Syntax

bool IsBelowThreshold
(
    const int32 Index,
    const float Threshold
) const

Remarks

Return whether the specified point weight is below (or equal) to the specified threshold.

Parameters

Parameter

Description

Index

the value/point index to retrieve

Threshold, the

value threshold to test against for.

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