Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| |
|
| Module |
GeometryScriptingCore |
| Header |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/VolumeTextureBakeFunctions.h |
| Include |
#include "GeometryScript/VolumeTextureBakeFunctions.h" |
Syntax
enum EDistanceFieldComputeMode
{
NarrowBand,
FullGrid,
}
Values
| Name |
Description |
| NarrowBand |
Compute distances in a narrow band around the input. Outside of this band, field will have large, correctly-signed values. |
| FullGrid |
Compute distances in the full grid. |