Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/WeightMapTypes.h |
| Include | #include "WeightMapTypes.h" |
Syntax
template<typename RealType>
class TIndexedWeightMap
Remarks
FIndexedWeightMap stores an array of values, the intention is that these are "weights" on indices, for example per-vertex weights.
Variables
| Type | Name | Description | |
|---|---|---|---|
| RealType | DefaultValue | ||
| TArray< RealType > | Values |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RealType | GetInterpValue
(
const FIndex3i& Indices, |
||
| RealType | GetInterpValueUnsafe
(
const FIndex3i& Indices, |
||
| RealType | GetValue
(
int32 Index |
||
| RealType | GetValueUnsafe
(
int32 Index |
||
| void | InvertWeightMap
(
TInterval1< RealType > Range |
||
| int32 | Num () |
||
| void | SetNum
(
int32 NewNum |