Show / Hide Table of Contents

Struct LightmassMaterialInterfaceSettings

UMaterial interface settings for Lightmass

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 LightmassMaterialInterfaceSettings

Fields

| Improve this Doc View Source

bCastShadowAsMasked

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

bOverrideCastShadowAsMasked

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

bOverrideDiffuseBoost

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

bOverrideEmissiveBoost

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

bOverrideExportResolutionScale

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

DiffuseBoost

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

EmissiveBoost

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

ExportResolutionScale

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