Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshAssetFunctions.h |
| Include | #include "GeometryScript/MeshAssetFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptNaniteOptions
Remarks
Configuration settings for Nanite Rendering on StaticMesh Assets
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | Set Nanite to Enabled/Disabled | |
| float | FallbackPercentTriangles | Percentage of triangles to maintain in Fallback Mesh used when Nanite is unavailable | |
| float | FallbackRelativeError | Relative Error to maintain in Fallback Mesh used when Nanite is unavailable. |