FPointWeightMap::GetValue

Get a value from the map, or return 0 if the index is out of bounds.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

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

Include

#include "PointWeightMap.h"

Syntax

float GetValue
(
    int32 Index
) const

Remarks

Get a value from the map, or return 0 if the index is out of bounds.

Parameters

Parameter

Description

Index

the value/point index to retrieve

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