Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:MaterialInstanceConstant (UT3)
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'MaterialInstanceConstant'
FontParameterValues
Type: array<FontParameterValue>
Modifiers: const
ScalarParameterValues
Type: array<ScalarParameterValue>
Modifiers: const
TextureParameterValues
Type: array<TextureParameterValue>
Modifiers: const
VectorParameterValues
Type: array<VectorParameterValue>
Modifiers: const
Structs
FontParameterValue
Modifiers: native
- name ParameterName
- Font FontValue
- int FontPage
- Object.Guid ExpressionGUID
ScalarParameterValue
Modifiers: native
- name ParameterName
- float ParameterValue
- Object.Guid ExpressionGUID
TextureParameterValue
Modifiers: native
- name ParameterName
- Texture ParameterValue
- Object.Guid ExpressionGUID
VectorParameterValue
Modifiers: native
- name ParameterName
- Object.LinearColor ParameterValue
- Object.Guid ExpressionGUID
Native functions
ClearParameterValues
Overrides: MaterialInstance.ClearParameterValues
Removes all parameter values
SetFontParameterValue
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
Overrides: MaterialInstance.SetParent
SetScalarParameterValue
Overrides: MaterialInstance.SetScalarParameterValue
SetTextureParameterValue
Overrides: MaterialInstance.SetTextureParameterValue
SetVectorParameterValue
Overrides: MaterialInstance.SetVectorParameterValue