Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Core.Component | +-- Engine.ActorComponent | +-- Engine.PrimitiveComponent | +-- Engine.DrawBoxComponent
Variables Summary | |
---|---|
DrawBoxComponent | |
bool | bDrawLitBox |
bool | bDrawOnlyIfSelected |
bool | bDrawWireBox |
color | BoxColor |
vector | BoxExtent |
material | BoxMaterial |
Inherited Variables from Engine.ActorComponent |
---|
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup |
Enumerations Summary |
---|
Inherited Enumerations from Engine.PrimitiveComponent |
---|
ERadialImpulseFalloff, ERBCollisionChannel, GJKResult |
Structures Summary |
---|
Inherited Structures from Engine.PrimitiveComponent |
---|
MaterialViewRelevance, RBCollisionChannelContainer |
Functions Summary |
---|
Inherited Functions from Engine.ActorComponent |
---|
DetachFromAny, ForceUpdate, SetComponentRBFixed, SetTickGroup |
Variables Detail |
---|
Defaultproperties |
---|
defaultproperties { BoxColor=(R=255,G=0,B=0,A=255) BoxExtent=(X=200.0, Y=200.0, Z=200.0) bDrawWireBox=true HiddenGame=True } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |