EComputeModes

Should we compute MWN at all grid cells (expensive!!) or only in narrow band.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/MeshWindingNumberGrid.h

Include

#include "Spatial/MeshWindingNumberGrid.h"

Syntax

enum EComputeModes
{
    FullGrid      = 0,
    NarrowBand    = 1,
}

Values

Name

Description

FullGrid

NarrowBand

Remarks

Should we compute MWN at all grid cells (expensive!!) or only in narrow band. In narrow-band mode, we guess rest of MWN values by propagating along x-rows

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