Struct MeshBuildSettings
Settings applied when building 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)
Assembly: UE4DotNet.dll
Syntax
public struct MeshBuildSettings
Fields
|
Improve this Doc
View Source
bBuildAdjacencyBuffer
Declaration
public bool bBuildAdjacencyBuffer
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bBuildReversedIndexBuffer
Declaration
public bool bBuildReversedIndexBuffer
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bGenerateDistanceFieldAsIfTwoSided
Declaration
public bool bGenerateDistanceFieldAsIfTwoSided
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bGenerateLightmapUVs
Declaration
public bool bGenerateLightmapUVs
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRecomputeNormals
Declaration
public bool bRecomputeNormals
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRecomputeTangents
Declaration
public bool bRecomputeTangents
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bRemoveDegenerates
Declaration
public bool bRemoveDegenerates
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseFullPrecisionUVs
Declaration
public bool bUseFullPrecisionUVs
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseHighPrecisionTangentBasis
Declaration
public bool bUseHighPrecisionTangentBasis
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseMikkTSpace
Declaration
public bool bUseMikkTSpace
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DistanceFieldResolutionScale
Declaration
public float DistanceFieldResolutionScale
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DstLightmapIndex
Declaration
public int DstLightmapIndex
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinLightmapResolution
Declaration
public int MinLightmapResolution
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SrcLightmapIndex
Declaration
public int SrcLightmapIndex
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
DistanceFieldReplacementMesh
Distance Field Replacement Mesh
Declaration
public StaticMesh DistanceFieldReplacementMesh { get; set; }
Property Value