Show / Hide Table of Contents

Struct MeshMergingSettings

Mesh merging settings

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 MeshMergingSettings

Fields

| Improve this Doc View Source

bAllowDistanceField

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

bBakeVertexDataToMesh

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

bComputedLightMapResolution

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

bGenerateLightMapUV

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

bIncludeImposters

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

bMergeEquivalentMaterials

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

bMergeMaterials

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

bMergePhysicsData

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

bPivotPointAtZero

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

bReuseMeshLightmapUVs

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

bUseLandscapeCulling

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

bUseTextureBinning

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

bUseVertexDataForBakingMaterial

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

GutterSize

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

SpecificLOD

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

TargetLightMapResolution

Declaration
public int TargetLightMapResolution
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX