Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_MeshVoxel-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static static UPARAM
(
DisplayName |
Replaces the mesh with a voxelized-and-meshed approximation (VoxWrap operation). | GeometryScript/MeshVoxelFunctions.h |
|
static static UPARAM
(
DisplayName |
Replaces the mesh with an SDF-based offset mesh approximation (VoxOffset operation). | GeometryScript/MeshVoxelFunctions.h |
|
UPARAM(DisplayName)
Description
Replaces the mesh with a voxelized-and-meshed approximation (VoxWrap operation).
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVoxelFunctions.h |
| Include Path | #include "GeometryScript/MeshVoxelFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Voxel",
Meta=(ScriptMethod, Keywords="Vox Wrap", DisplayName="Apply Mesh Solidify (Voxel Wrap)"))
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Replaces the mesh with an SDF-based offset mesh approximation (VoxOffset operation).
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVoxelFunctions.h |
| Include Path | #include "GeometryScript/MeshVoxelFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Voxel",
Meta=(ScriptMethod, Keywords="Vox Offset Dilate Contract", DisplayName="Apply Mesh Morphology (Voxel Offset)"))
static static UPARAM
(
DisplayName
)