I'm a doctor, not a mechanic
UE3:MaterialInstanceConstant (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Surface >> MaterialInterface >> MaterialInstance >> MaterialInstanceConstant |
Contents
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. |
Properties[edit]
Property group 'MaterialInstanceConstant'[edit]
FontParameterValues[edit]
Type: array<FontParameterValue>
Modifiers: const
ScalarParameterValues[edit]
Type: array<ScalarParameterValue>
Modifiers: const
TextureParameterValues[edit]
Type: array<TextureParameterValue>
Modifiers: const
VectorParameterValues[edit]
Type: array<VectorParameterValue>
Modifiers: const
Structs[edit]
FontParameterValue[edit]
Modifiers: native
- name ParameterName
- Font FontValue
- int FontPage
- Object.Guid ExpressionGUID
ScalarParameterValue[edit]
Modifiers: native
- name ParameterName
- float ParameterValue
- Object.Guid ExpressionGUID
TextureParameterValue[edit]
Modifiers: native
- name ParameterName
- Texture ParameterValue
- Object.Guid ExpressionGUID
VectorParameterValue[edit]
Modifiers: native
- name ParameterName
- Object.LinearColor ParameterValue
- Object.Guid ExpressionGUID
Native functions[edit]
ClearParameterValues[edit]
native function ClearParameterValues ()
Overrides: MaterialInstance.ClearParameterValues
Removes all parameter values
SetFontParameterValue[edit]
Overrides: MaterialInstance.SetFontParameterValue
Sets the value of the given font parameter.
Parameters:
- ParameterName - The name of the font parameter
- OutFontValue - New font value to set for this MIC
- OutFontPage - New font page value to set for this MIC
SetParent[edit]
native function SetParent (MaterialInterface NewParent)
Overrides: MaterialInstance.SetParent
SetScalarParameterValue[edit]
Overrides: MaterialInstance.SetScalarParameterValue
SetTextureParameterValue[edit]
Overrides: MaterialInstance.SetTextureParameterValue
SetVectorParameterValue[edit]
native function SetVectorParameterValue (name ParameterName, const out Object.LinearColor Value)
Overrides: MaterialInstance.SetVectorParameterValue