Navigation
API > API/Runtime > API/Runtime/MeshConversion
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/MeshConversionOptions.h |
| Include | #include "MeshConversionOptions.h" |
Syntax
struct FConversionToMeshDescriptionOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSetPolyGroups | Should triangle groups be transfered to MeshDescription via custom PolyTriGroups attribute | |
| bool | bTransformVtxColorsSRGBToLinear | Should Vertex Colors of MeshDescription be transformed from SRGB to Linear | |
| bool | bUpdateNormals | Should normals of MeshDescription be updated, if available and relevant | |
| bool | bUpdatePositions | Should Positions of vertices in MeshDescription be updated | |
| bool | bUpdateTangents | Should Tangents and BiTangentSign of MeshDescription be updated, if available and relevant | |
| bool | bUpdateUVs | Should UVs of MeshDescription be updated, if available and relevant | |
| bool | bUpdateVtxColors | Should Vertex Colors of MeshDescription be updated, if available and relevant |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Utility functions for common configuration cases |