FPointWeightMap::operator[]

Return the current float value for the requested point.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

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

Include

#include "PointWeightMap.h"

Syntax

const float & operator[]
(
    int32 Index
) const

Remarks

Return the current float value for the requested point.

Parameters

Parameter

Description

Index

the value/point index to retrieve, must be within range or it will assert.

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