Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:MaterialInstanceConstant (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Surface >> MaterialInterface >> MaterialInstance >> MaterialInstanceConstant |
Contents |
- Package:
- Engine
- No known subclasses.
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] Property group 'MaterialInstanceConstant'
[edit] FontParameterValues
Type: array<FontParameterValue>
Modifiers: const
[edit] ScalarParameterValues
Type: array<ScalarParameterValue>
Modifiers: const
[edit] TextureParameterValues
Type: array<TextureParameterValue>
Modifiers: const
[edit] VectorParameterValues
Type: array<VectorParameterValue>
Modifiers: const
[edit] Structs
[edit] FontParameterValue
Modifiers: native
- name ParameterName
- Font FontValue
- int FontPage
- Object.Guid ExpressionGUID
[edit] ScalarParameterValue
Modifiers: native
- name ParameterName
- float ParameterValue
- Object.Guid ExpressionGUID
[edit] TextureParameterValue
Modifiers: native
- name ParameterName
- Texture ParameterValue
- Object.Guid ExpressionGUID
[edit] VectorParameterValue
Modifiers: native
- name ParameterName
- Object.LinearColor ParameterValue
- Object.Guid ExpressionGUID
[edit] Native functions
[edit] ClearParameterValues
Overrides: MaterialInstance.ClearParameterValues
Removes all parameter values
[edit] 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
[edit] SetParent
Overrides: MaterialInstance.SetParent
[edit] SetScalarParameterValue
Overrides: MaterialInstance.SetScalarParameterValue
[edit] SetTextureParameterValue
Overrides: MaterialInstance.SetTextureParameterValue
[edit] SetVectorParameterValue
Overrides: MaterialInstance.SetVectorParameterValue
