Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithStaticMeshTemplate.h |
| Include | #include "ObjectTemplates/DatasmithStaticMeshTemplate.h" |
Syntax
USTRUCT ()
struct FDatasmithMeshBuildSettingsTemplate
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bGenerateLightmapUVs | ||
| uint8: 1 | bRecomputeNormals | ||
| uint8: 1 | bRecomputeTangents | ||
| uint8: 1 | bRemoveDegenerates | ||
| uint8: 1 | bUseFullPrecisionUVs | ||
| uint8: 1 | bUseHighPrecisionTangentBasis | ||
| uint8: 1 | bUseMikkTSpace | ||
| int32 | DstLightmapIndex | ||
| int32 | MinLightmapResolution | ||
| int32 | SrcLightmapIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
FMeshBuildSettings* Destination, |
||
| bool | Equals
(
const FDatasmithMeshBuildSettingsTemplate& Other |
||
| void | Load
(
const FMeshBuildSettings& Source |