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

Difference between revisions of "UE3:CurveEdOptions (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 20: Line 20:
 
! Value
 
! Value
 
|-
 
|-
| 235294,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 235294,B
+
| B
|  
+
| 0.235294
 
|-
 
|-
| 235294,G
+
| G
|  
+
| 0.235294
 
|-
 
|-
 
| R
 
| R
| 0.0
+
| 0.235294
 
|}
 
|}
  
Line 45: Line 45:
 
! Value
 
! Value
 
|-
 
|-
| 490196,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 490196,B
+
| B
|  
+
| 0.490196
 
|-
 
|-
| 490196,G
+
| G
|  
+
| 0.490196
 
|-
 
|-
 
| R
 
| R
| 0.0
+
| 0.490196
 
|}
 
|}
  
Line 70: Line 70:
 
! Value
 
! Value
 
|-
 
|-
| 784314,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 784314,B
+
| B
|  
+
| 0.784314
 
|-
 
|-
| 784314,G
+
| G
|  
+
| 0.784314
 
|-
 
|-
 
| R
 
| R
| 0.0
+
| 0.784314
 
|}
 
|}
  
Line 95: Line 95:
 
! Value
 
! Value
 
|-
 
|-
| 509804,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 509804,B
+
| B
|  
+
| 0.509804
 
|-
 
|-
| 509804,G
+
| G
|  
+
| 0.509804
 
|-
 
|-
 
| R
 
| R
| 0.0
+
| 0.509804
 
|}
 
|}
  
Line 120: Line 120:
 
! Value
 
! Value
 
|-
 
|-
| 705882,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 705882,B
+
| B
|  
+
| 0.705882
 
|-
 
|-
| 705882,G
+
| G
|  
+
| 0.705882
 
|-
 
|-
 
| R
 
| R
| 0.0
+
| 0.705882
 
|}
 
|}
  
Line 148: Line 148:
  
 
<!-- enter variable description -->
 
<!-- enter variable description -->
 +
 +
'''Default value:''' 0.0010
  
 
====SelectedKeyColor====
 
====SelectedKeyColor====
Line 161: Line 163:
 
! Value
 
! Value
 
|-
 
|-
| 000000,A
+
| A
|  
+
| 1.0
 
|-
 
|-
| 000000,B
+
| B
|  
+
| 0.0
 
|-
 
|-
| 000000,G
+
| G
|  
+
| 1.0
 
|-
 
|-
 
| R
 
| R
Line 186: Line 188:
 
! Value
 
! Value
 
|-
 
|-
| 000000,G
+
| A
|  
+
| 1.0
 
|-
 
|-
| 117647,A
+
| B
|  
+
| 0.117647
 
|-
 
|-
| 509804,B
+
| G
|  
+
| 0.509804
 
|-
 
|-
 
| R
 
| R
 
| 1.0
 
| 1.0
 
|}
 
|}

Latest revision as of 07:40, 23 May 2008

UT3 Object >> CurveEdOptions
Package: 
UnrealEd
This class in other games:
UDK

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

Properties[edit]

Property group 'Options'[edit]

BackgroundColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.235294
G 0.235294
R 0.235294

GridColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.490196
G 0.490196
R 0.490196

GridTextColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.784314
G 0.784314
R 0.784314

LabelBlockBkgColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.509804
G 0.509804
R 0.509804

LabelColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.705882
G 0.705882
R 0.705882

MaxViewRange[edit]

Type: float

Modifiers: config


Default value: 1000000.0

MinViewRange[edit]

Type: float

Modifiers: config


Default value: 0.0010

SelectedKeyColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.0
G 1.0
R 1.0

SelectedLabelColor[edit]

Type: Object.LinearColor

Modifiers: config


Default value:

Member Value
A 1.0
B 0.117647
G 0.509804
R 1.0