Cogito, ergo sum

UE3:MaterialEditorOptions (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> MaterialEditorOptions
Package: 
UnrealEd
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

A configuration class used by the Material Editor to save editor settings across sessions.

Properties[edit]

Property group 'Options'[edit]

bAlwaysRefreshAllPreviews[edit]

Type: bool

Modifiers: config

If TRUE, always refresh all expression previews.

bDrawCurves[edit]

Type: bool

Modifiers: config

If TRUE, draw connections with splines. If FALSE, use straight lines.

Default value: True

bHideUnusedConnectors[edit]

Type: bool

Modifiers: config

If TRUE, don't render connectors that are not connected to anything.

bRealtimeExpressionViewport[edit]

Type: bool

Modifiers: config

If TRUE, the linked object viewport updates in realtime.

bRealtimeMaterialViewport[edit]

Type: bool

Modifiers: config

If TRUE, the 3D mateial preivew viewport updates in realtime.

bShowBackground[edit]

Type: bool

Modifiers: config

If TRUE, render background object in the preview scene.

bShowGrid[edit]

Type: bool

Modifiers: config

If TRUE, render grid the preview scene.

Default value: True