FPointWeightMap::SetValue

Set a value in the map checking first whether the index is within bounds.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

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

Include

#include "PointWeightMap.h"

Syntax

void SetValue
(
    int32 Index,
    float Value
)

Remarks

Set a value in the map checking first whether the index is within bounds.

Parameters

Parameter

Description

Index

the value/point index to set

Value

the value to set

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