Show / Hide Table of Contents

Struct MaterialInstanceBasePropertyOverrides

Properties from the base material that can be overridden in material instances.

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 MaterialInstanceBasePropertyOverrides

Fields

| Improve this Doc View Source

bCastDynamicShadowAsMasked

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

BlendMode

Declaration
public byte BlendMode
Field Value
Type Description
System.Byte
| Improve this Doc View Source

bOverride_BlendMode

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

bOverride_CastDynamicShadowAsMasked

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

bOverride_DitheredLODTransition

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

bOverride_OpacityMaskClipValue

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

bOverride_ShadingModel

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

bOverride_TwoSided

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

DitheredLODTransition

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

OpacityMaskClipValue

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

ShadingModel

Declaration
public byte ShadingModel
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TwoSided

Declaration
public bool TwoSided
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX