Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:EditorComponent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 08:40, 23 May 2008 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Component >> ActorComponent >> PrimitiveComponent >> EditorComponent
Package: 
Editor
Direct subclass:
EdModeComponent
This class in other games:
UDK

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

Properties[edit]

BaseBoxColor[edit]

Type: Object.Color

Modifiers: const


Default value:

Member Value
A 0
B 0
G 255
R 0

bDrawBaseInfo[edit]

Type: bool

Modifiers: const


Default value: True

bDrawColoredOrigin[edit]

Type: bool

Modifiers: const


bDrawGrid[edit]

Type: bool

Modifiers: const

These mirror the C++ side properties. I'm making a class here so ModelComponent will get the defaultprops from the PrimitiveComponent base class

Default value: True

bDrawKillZ[edit]

Type: bool

Modifiers: const


Default value: True

bDrawPivot[edit]

Type: bool

Modifiers: const


Default value: True

bDrawWorldBox[edit]

Type: bool

Modifiers: const


Default value: True

GridColorHi[edit]

Type: Object.Color

Modifiers: const


Default value:

Member Value
A 0
B 127
G 0
R 0

GridColorLo[edit]

Type: Object.Color

Modifiers: const


Default value:

Member Value
A 0
B 63
G 0
R 0

PerspectiveGridSize[edit]

Type: float

Modifiers: const


Default value: 262143.0

PivotColor[edit]

Type: Object.Color

Modifiers: const


Default value:

Member Value
A 0
B 0
G 0
R 255

PivotSize[edit]

Type: float

Modifiers: const


Default value: 0.02

Default values[edit]

Property Value
DepthPriorityGroup SDPG_UnrealEdBackground