TIndexedWeightMap

FIndexedWeightMap stores an array of values, the intention is that these are "weights" on indices, for example per-vertex weights.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/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

Name Description

Public variable

RealType

 

DefaultValue

Public variable

TArray< RealTyp...

 

Values

Functions

Name Description

Public function Const

RealType

 

GetInterpValue

(
    const FIndex3i& Indices,
    const FVector3d& BaryCoords
)

Public function Const

RealType

 

GetInterpValueUnsafe

(
    const FIndex3i& Indices,
    const FVector3d& BaryCoords
)

Public function Const

RealType

 

GetValue

(
    int32 Index
)

Public function Const

RealType

 

GetValueUnsafe

(
    int32 Index
)

Public function

void

 

InvertWeightMap

(
    TInterval1< RealType > Range
)

Public function Const

int32

 

Num()

Public function

void

 

SetNum

(
    int32 NewNum
)

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