Show / Hide Table of Contents

Struct SkeletalMeshOptimizationSettings

FSkeletalMeshOptimizationSettings - The settings used to optimize a skeletal mesh LOD.

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 SkeletalMeshOptimizationSettings

Fields

| Improve this Doc View Source

BaseLOD

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

bRecalcNormals

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

bRemapMorphTargets

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

MaxBonesPerVertex

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

MaxDeviationPercentage

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

NormalsThreshold

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

NumOfTrianglesPercentage

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

ReductionMethod

Declaration
public byte ReductionMethod
Field Value
Type Description
System.Byte
| 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

SkinningImportance

Declaration
public byte SkinningImportance
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

WeldingThreshold

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