Navigation
API > API/Developer > API/Developer/MeshUtilities > API/Developer/MeshUtilities/IMeshUtilities
References
| Module | MeshUtilities |
| Header | /Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h |
| Include | #include "MeshUtilities.h" |
Syntax
struct MeshBuildOptions
Remarks
Helper structure for skeletal mesh import options
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bComputeNormals | ||
| bool | bComputeTangents | ||
| bool | bComputeWeightedNormals | ||
| int32 | BoneInfluenceLimit | ||
| bool | bRemoveDegenerateTriangles | ||
| bool | bUseMikkTSpace | ||
| FOverlappingThresholds | OverlappingThresholds | ||
| const ITargetPlatform * | TargetPlatform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FillOptions
(
const FSkeletalMeshBuildSettings& SkeletalMeshBuildSettings |