The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:MaterialEditorInstanceConstant (UDK)
Object >> MaterialEditorInstanceConstant |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
MaterialEditorInstanceConstant.uc: This class is used by the material instance editor to hold a set of inherited parameters which are then pushed to a material instance.
Properties
Property group 'Lightmass'
LightmassSettings
Type: UnrealEdTypes.LightmassParameterizedMaterialSettings
The Lightmass override settings for this object.
Default value:
Member | Value | ||||
---|---|---|---|---|---|
DiffuseBoost |
|
||||
EmissiveBoost |
|
||||
ExportResolutionScale |
|
||||
SpecularBoost |
|
Property group 'MaterialEditorInstanceConstant'
FontParameterValues
Type: array<EditorFontParameterValue>
Parent
Type: MaterialInterface
Modifiers: crosslevelpassive
PhysMaterial
Type: PhysicalMaterial
Physical material to use for this graphics material. Used for sounds, effects etc.
ScalarParameterValues
Type: array<EditorScalarParameterValue>
StaticComponentMaskParameterValues
Type: array<EditorStaticComponentMaskParameterValue>
StaticSwitchParameterValues
Type: array<EditorStaticSwitchParameterValue>
TextureParameterValues
Type: array<EditorTextureParameterValue>
VectorParameterValues
Type: array<EditorVectorParameterValue>
Internal variables
SourceInstance
Type: MaterialInstanceConstant
VisibleExpressions
Type: array<Object.Guid>
Modifiers: const, transient, duplicatetransient
Structs
ComponentMaskParameter
Modifiers: native
EditorFontParameterValue
Extends: EditorParameterValue
Modifiers: native
EditorParameterValue
Modifiers: native
- bool bOverride
- name ParameterName
- Object.Guid ExpressionId
EditorScalarParameterValue
Extends: EditorParameterValue
Modifiers: native
- float ParameterValue
EditorStaticComponentMaskParameterValue
Extends: EditorParameterValue
Modifiers: native
- ComponentMaskParameter ParameterValue
EditorStaticSwitchParameterValue
Extends: EditorParameterValue
Modifiers: native
- bool ParameterValue
EditorTextureParameterValue
Extends: EditorParameterValue
Modifiers: native
- Texture ParameterValue
EditorVectorParameterValue
Extends: EditorParameterValue
Modifiers: native
- Object.LinearColor ParameterValue