Show / Hide Table of Contents

Struct MeshReductionSettings

Settings used to reduce a mesh.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct MeshReductionSettings

Fields

| Improve this Doc View Source

BaseLODModel

Declaration
public int BaseLODModel
Field Value
Type Description
System.Int32
| Improve this Doc View Source

bCullOccluded

Declaration
public bool bCullOccluded
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bGenerateUniqueLightmapUVs

Declaration
public bool bGenerateUniqueLightmapUVs
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bKeepSymmetry

Declaration
public bool bKeepSymmetry
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bRecalculateNormals

Declaration
public bool bRecalculateNormals
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bVisibilityAided

Declaration
public bool bVisibilityAided
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

HardAngleThreshold

Declaration
public float HardAngleThreshold
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaxDeviation

Declaration
public float MaxDeviation
Field Value
Type Description
System.Single
| Improve this Doc View Source

PercentTriangles

Declaration
public float PercentTriangles
Field Value
Type Description
System.Single
| Improve this Doc View Source

PixelError

Declaration
public float PixelError
Field Value
Type Description
System.Single
| Improve this Doc View Source

ShadingImportance

Declaration
public byte ShadingImportance
Field Value
Type Description
System.Byte
| Improve this Doc View Source

SilhouetteImportance

Declaration
public byte SilhouetteImportance
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TextureImportance

Declaration
public byte TextureImportance
Field Value
Type Description
System.Byte
| Improve this Doc View Source

VertexColorImportance

Declaration
public byte VertexColorImportance
Field Value
Type Description
System.Byte
| Improve this Doc View Source

VisibilityAggressiveness

Declaration
public byte VisibilityAggressiveness
Field Value
Type Description
System.Byte
| Improve this Doc View Source

WeldingThreshold

Declaration
public float WeldingThreshold
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX