Navigation
API > API/Plugins > API/Plugins/MeshLODToolset > API/Plugins/MeshLODToolset/Graphs
References
| Module | MeshLODToolset |
| Header | /Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateStaticMeshLODProcess.h |
| Include | #include "Graphs/GenerateStaticMeshLODProcess.h" |
Syntax
USTRUCT&40;&41;
struct FGenerateStaticMeshLODProcess_PreprocessSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsThickenAmountEnabled | Transient property, not exposed to the user. | |
| FName | FilterGroupLayer | NOTE: Customization of widgets for these properties happens in FAutoLODToolDetails::CustomizeDetails(). | |
| float | ThickenAmount | Amount to thicken the mesh prior to Solidifying. | |
| FName | ThickenWeightMapName | TODO When ThickenWeightMapName is empty the behavior should be that the given ThickenAmount is applied to the entire mesh. |