I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:MaterialInterface (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- Engine
- Direct subclasses:
- MaterialInstance, Material
- This class in other games:
- UDK
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 'MaterialInterface'
PreviewMesh
Type: string
Modifiers: editoronly
The mesh used by the material editor to preview the material.
Native functions
GetFontParameterValue
native function bool GetFontParameterValue (name ParameterName, out Font OutFontValue, out int OutFontPage)
GetMaterial
native final noexport function Material GetMaterial ()
GetPhysicalMaterial
native final noexport function PhysicalMaterial GetPhysicalMaterial () const
Returns a pointer to the physical material used by this material instance.
Returns:
- The physical material.
GetScalarCurveParameterValue
native function bool GetScalarCurveParameterValue (name ParameterName, out Object.InterpCurveFloat OutValue)
GetScalarParameterValue
GetTextureParameterValue
GetVectorCurveParameterValue
native function bool GetVectorCurveParameterValue (name ParameterName, out Object.InterpCurveVector OutValue)