Struct MeshProxySettings
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 MeshProxySettings
Fields
|
Improve this Doc
View Source
bAllowAdjacency
Declaration
public bool bAllowAdjacency
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAllowDistanceField
Declaration
public bool bAllowDistanceField
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAllowVertexColors
Declaration
public bool bAllowVertexColors
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCalculateCorrectLODModel
Declaration
public bool bCalculateCorrectLODModel
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bComputeLightMapResolution
Declaration
public bool bComputeLightMapResolution
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCreateCollision
Declaration
public bool bCreateCollision
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
bOverrideTransferDistance
Declaration
public bool bOverrideTransferDistance
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bOverrideVoxelSize
Declaration
public bool bOverrideVoxelSize
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
bReuseMeshLightmapUVs
Declaration
public bool bReuseMeshLightmapUVs
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseHardAngleThreshold
Declaration
public bool bUseHardAngleThreshold
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
HardAngleThreshold
Declaration
public float HardAngleThreshold
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LandscapeCullingPrecision
Declaration
public byte LandscapeCullingPrecision
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
LightMapResolution
Declaration
public int LightMapResolution
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxRayCastDist
Declaration
public float MaxRayCastDist
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MergeDistance
Declaration
public float MergeDistance
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
NormalCalculationMethod
Declaration
public byte NormalCalculationMethod
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ScreenSize
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VoxelSize
Declaration
Field Value
Type |
Description |
System.Single |
|