My program doesn't have bugs. It just develops random features.

UE3:MaterialEditorOptions (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
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

Property group 'Options'

bAlwaysRefreshAllPreviews

Type: bool

Modifiers: config

If TRUE, always refresh all expression previews.

bDrawCurves

Type: bool

Modifiers: config

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

Default value: True

bHideUnusedConnectors

Type: bool

Modifiers: config

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

bRealtimeExpressionViewport

Type: bool

Modifiers: config

If TRUE, the linked object viewport updates in realtime.

bRealtimeMaterialViewport

Type: bool

Modifiers: config

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

bShowBackground

Type: bool

Modifiers: config

If TRUE, render background object in the preview scene.

bShowGrid

Type: bool

Modifiers: config

If TRUE, render grid the preview scene.

Default value: True