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

Jump to: navigation, search
UT3 Object >> Surface >> MaterialInterface

Contents

Package: 
Engine
Direct subclasses:
MaterialInstance, Material
This class in other games:
UDK

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

native function bool GetScalarParameterValue (name ParameterName, out float OutValue)


[edit] GetTextureParameterValue

native function bool GetTextureParameterValue (name ParameterName, out Texture OutValue)


[edit] GetVectorCurveParameterValue

native function bool GetVectorCurveParameterValue (name ParameterName, out Object.InterpCurveVector OutValue)


[edit] GetVectorParameterValue

native function bool GetVectorParameterValue (name ParameterName, out Object.LinearColor OutValue)


Personal tools