I'm a doctor, not a mechanic
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[edit]
Property group 'MaterialInterface'[edit]
PreviewMesh[edit]
Type: string
Modifiers: editoronly
The mesh used by the material editor to preview the material.
Native functions[edit]
GetFontParameterValue[edit]
native function bool GetFontParameterValue (name ParameterName, out Font OutFontValue, out int OutFontPage)
GetMaterial[edit]
native final noexport function Material GetMaterial ()
GetPhysicalMaterial[edit]
native final noexport function PhysicalMaterial GetPhysicalMaterial () const
Returns a pointer to the physical material used by this material instance.
Returns:
- The physical material.
GetScalarCurveParameterValue[edit]
native function bool GetScalarCurveParameterValue (name ParameterName, out Object.InterpCurveFloat OutValue)
GetScalarParameterValue[edit]
GetTextureParameterValue[edit]
GetVectorCurveParameterValue[edit]
native function bool GetVectorCurveParameterValue (name ParameterName, out Object.InterpCurveVector OutValue)