I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:MaterialInterface (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Known direct subclasses:
- MaterialInstance, Material
- 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 'MaterialInterface'
[edit] PreviewMesh
Type: string
Modifiers: editoronly
The mesh used by the material editor to preview the material.
[edit] Native functions
[edit] GetFontParameterValue
native function bool GetFontParameterValue (name ParameterName, out Font OutFontValue, out int OutFontPage)
[edit] GetMaterial
native final noexport function Material GetMaterial ()
[edit] GetPhysicalMaterial
native final noexport function PhysicalMaterial GetPhysicalMaterial () const
Returns a pointer to the physical material used by this material instance.
Returns:
- The physical material.
[edit] GetScalarCurveParameterValue
native function bool GetScalarCurveParameterValue (name ParameterName, out Object.InterpCurveFloat OutValue)
[edit] GetScalarParameterValue
[edit] GetTextureParameterValue
[edit] GetVectorCurveParameterValue
native function bool GetVectorCurveParameterValue (name ParameterName, out Object.InterpCurveVector OutValue)
